forked from Workshops/How-To-Git-Started
Syntax highlighting
This commit is contained in:
parent
77f2877fe5
commit
ebc6b507f9
@ -128,7 +128,7 @@ Check the logs
|
|||||||
|
|
||||||
Configure user information for all local repositories
|
Configure user information for all local repositories
|
||||||
|
|
||||||
```shell
|
```bash
|
||||||
$ git config --global user.name "[name]"
|
$ git config --global user.name "[name]"
|
||||||
# Sets the name you want attached to your commit transactions
|
# Sets the name you want attached to your commit transactions
|
||||||
$ git config --global user.email "[email address]"
|
$ git config --global user.email "[email address]"
|
||||||
|
Loading…
Reference in New Issue
Block a user