Skip to content

Commit 45d102f

Browse files
author
jordanmccullough
committed
Adjust config descriptions
1 parent 3083d10 commit 45d102f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

downloads/github-git-cheat-sheet.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ http://git-scm.com
2020
Configure user information for all local repositories
2121

2222
```git config --global user.name "[name]"```
23-
Set your name that will be recorded in commit transactions
23+
Set the name you want attached to your commit transactions
2424

2525
```git config --global user.email "[email address]"```
26-
Set your email address that will be saved in commit transitions
26+
Set the email you want attached to your commit transactions
2727

2828
```git config --global color.ui auto```
2929
Enable helpful colorization of command line output

0 commit comments

Comments
 (0)