diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2020-03-23 14:27:58 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2020-03-23 14:27:58 +0200 |
commit | 4106166d1049de53fb93681099698ec0e777f78b (patch) | |
tree | 317f06610966837219f590c6e6e37b76ee81dc48 | |
parent | c98df9580858bb007d38e5fde1b543d3fbce5872 (diff) |
Fix typo in cheat-sheet
-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 |