user-manual: fix .gitconfig editing examples
Santi Béjar points out that when telling people how to "introduce themselves" to git we're advising them to replace their entire .gitconfig file. Fix that. Cc: "Santi Béjar <sbejar@gmail.com> Signed-off-by: "J. Bruce Fields" <bfields@citi.umich.edu>
This commit is contained in:
parent
597230403b
commit
58c19d1f95
@ -158,7 +158,7 @@ Making changes
|
|||||||
Make sure git knows who to blame:
|
Make sure git knows who to blame:
|
||||||
|
|
||||||
------------------------------------------------
|
------------------------------------------------
|
||||||
$ cat >~/.gitconfig <<\EOF
|
$ cat >>~/.gitconfig <<\EOF
|
||||||
[user]
|
[user]
|
||||||
name = Your Name Comes Here
|
name = Your Name Comes Here
|
||||||
email = you@yourdomain.example.com
|
email = you@yourdomain.example.com
|
||||||
@ -1049,14 +1049,13 @@ Telling git your name
|
|||||||
---------------------
|
---------------------
|
||||||
|
|
||||||
Before creating any commits, you should introduce yourself to git. The
|
Before creating any commits, you should introduce yourself to git. The
|
||||||
easiest way to do so is:
|
easiest way to do so is to make sure the following lines appear in a
|
||||||
|
file named .gitconfig in your home directory:
|
||||||
|
|
||||||
------------------------------------------------
|
------------------------------------------------
|
||||||
$ cat >~/.gitconfig <<\EOF
|
|
||||||
[user]
|
[user]
|
||||||
name = Your Name Comes Here
|
name = Your Name Comes Here
|
||||||
email = you@yourdomain.example.com
|
email = you@yourdomain.example.com
|
||||||
EOF
|
|
||||||
------------------------------------------------
|
------------------------------------------------
|
||||||
|
|
||||||
(See the "CONFIGURATION FILE" section of gitlink:git-config[1] for
|
(See the "CONFIGURATION FILE" section of gitlink:git-config[1] for
|
||||||
|
Loading…
Reference in New Issue
Block a user