diff options
-rw-r--r-- | cheatsheet.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cheatsheet.txt b/cheatsheet.txt index 64d4442..592d8d9 100644 --- a/cheatsheet.txt +++ b/cheatsheet.txt @@ -3,7 +3,7 @@ Global Setup See also Submodules and History Cleanup configurations below. git config --global user.name "First Last" - git config --global user.name first@example.com + git config --global user.email first@example.com git config --global color.status.branch magenta |