mirror of
https://github.com/linux-system-roles/network.git
synced 2026-01-23 02:15:17 +00:00
Remove extra quote in configuring git user email
Signed-off-by: Wen Liang <liangwen12year@gmail.com>
This commit is contained in:
parent
35a09bbc61
commit
d2bd928278
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue