Remove extra quote in configuring git user email

Signed-off-by: Wen Liang <liangwen12year@gmail.com>
This commit is contained in:
Wen Liang 2020-09-08 09:20:26 -04:00 committed by Fernando Fernández Mancera
parent 35a09bbc61
commit d2bd928278

View file

@ -57,7 +57,7 @@ will set your global name and email, althought you can change it later for every
```
git config --global user.name "Jane Doe"
git config --global user.email janedoe@example.com`
git config --global user.email janedoe@example.com
```
The git editor is your system's default. If you feel more comfortable with a different