syntax highlight

This commit is contained in:
Bastian 2020-01-08 12:55:14 +00:00
parent 1cb3dcef7f
commit cd27c9ebae
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
## Set up git
Set up your git info
```
```shell
*** Please tell me who you are.
Run
@ -16,7 +16,7 @@ Omit --global to set the identity only in this repository.
```
If you want to save your https credentials run
```
```shell
git config --global credential.helper store
Omit --global to set the identity only in this repository.
```