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 +
      +
    1. Set your username: git config --global user.name "FIRST_NAME LAST_NAME"
    2. +
    3. Set your email address: git config --global user.email "MY_NAME@example.com"
    4. +
    +