aboutsummaryrefslogtreecommitdiff
path: root/cheatsheet.txt
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2020-03-23 14:27:58 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2020-03-23 14:27:58 +0200
commit4106166d1049de53fb93681099698ec0e777f78b (patch)
tree317f06610966837219f590c6e6e37b76ee81dc48 /cheatsheet.txt
parentc98df9580858bb007d38e5fde1b543d3fbce5872 (diff)
Fix typo in cheat-sheet
Diffstat (limited to 'cheatsheet.txt')
-rw-r--r--cheatsheet.txt2
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