We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3083d10 commit 45d102fCopy full SHA for 45d102f
downloads/github-git-cheat-sheet.md
@@ -20,10 +20,10 @@ http://git-scm.com
20
Configure user information for all local repositories
21
22
```git config --global user.name "[name]"```
23
-Set your name that will be recorded in commit transactions
+Set the name you want attached to your commit transactions
24
25
```git config --global user.email "[email address]"```
26
-Set your email address that will be saved in commit transitions
+Set the email you want attached to your commit transactions
27
28
```git config --global color.ui auto```
29
Enable helpful colorization of command line output
0 commit comments