Fix: single quote

This commit is contained in:
Éder F. Zulian
2018-05-18 13:33:29 +02:00
parent db2b31ae4b
commit 2d91748340

View File

@@ -22,7 +22,7 @@ Configure git on your machine. Some basic configurations follow. Replace
``` bash
$ git config --global user.name "FirstName OtherNames LastName"
$ 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
```