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