0xAX/git-cheat

typo

0xAF opened this issue · 1 comments

0xAF commented

@@ -52,7 +52,7 @@ function config {
git configuration

-git --config -e [--global]
+git config -e [--global]
edit the .git/config [or ~/.gitconfig] file in your $EDITOR.

git config --global user.name 'Name SecondName'

0xAX commented

@0xAF fixed.

Thank you.