Syntax highlighting

This commit is contained in:
Bastian 2020-01-15 14:01:10 +01:00
parent 77f2877fe5
commit ebc6b507f9
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ Check the logs
Configure user information for all local repositories
```shell
```bash
$ git config --global user.name "[name]"
# Sets the name you want attached to your commit transactions
$ git config --global user.email "[email address]"