Fix: single quote
This commit is contained in:
@@ -22,7 +22,7 @@ Configure git on your machine. Some basic configurations follow. Replace
|
|||||||
``` bash
|
``` bash
|
||||||
$ git config --global user.name "FirstName OtherNames LastName"
|
$ git config --global user.name "FirstName OtherNames LastName"
|
||||||
$ git config --global user.email rhrkuser@rhrk.uni-kl.de
|
$ git config --global user.email rhrkuser@rhrk.uni-kl.de
|
||||||
$ git config --global credential.helper ’cache --timeout=3600’
|
$ git config --global credential.helper 'cache --timeout=3600'
|
||||||
$ git config --global color.ui auto
|
$ git config --global color.ui auto
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user