From 4106166d1049de53fb93681099698ec0e777f78b Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 23 Mar 2020 14:27:58 +0200 Subject: Fix typo in cheat-sheet --- cheatsheet.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cheatsheet.txt') 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 -- cgit v1.1