set quotations properly
This commit is contained in:
parent
a26044abe6
commit
c1bdc32412
|
|
@ -4,8 +4,8 @@
|
||||||
|
|
||||||
### Git Config
|
### Git Config
|
||||||
|
|
||||||
`git config --global user.name StuartStephens`
|
`git config --global user.name "StuartStephens"`
|
||||||
`git config --global user.email contact@stuartstephens.com`
|
`git config --global user.email "contact@stuartstephens.com"`
|
||||||
`git config --global --add --bool push.autoSetupRemote true`
|
`git config --global --add --bool push.autoSetupRemote true`
|
||||||
|
|
||||||
### Install Neovim
|
### Install Neovim
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue