diff --git a/linux.html b/linux.html
index 6ba44c6..c27a2f5 100644
--- a/linux.html
+++ b/linux.html
@@ -18,6 +18,12 @@
Update font cache by running: fc-cache -f -v
+ Git
+
+ - Set your username: git config --global user.name "FIRST_NAME LAST_NAME"
+ - Set your email address: git config --global user.email "MY_NAME@example.com"
+
+