Skip to content

Commit

Permalink
Git user/email config
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyLeland committed Jan 22, 2024
1 parent 4a07333 commit 515b2ee
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions linux.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@
<li>Update font cache by running: fc-cache -f -v</li>
</ol>
</li>
<li>Git
<ol>
<li>Set your username: git config --global user.name "FIRST_NAME LAST_NAME"</li>
<li>Set your email address: git config --global user.email "[email protected]"</li>
</ol>
</li>
</ul>
</li>
</ul>
Expand Down

0 comments on commit 515b2ee

Please sign in to comment.