forked from Workshops/How-To-Git-Started
syntax highlight
This commit is contained in:
parent
1cb3dcef7f
commit
cd27c9ebae
@ -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.
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user