git configby reneezll

$ git config --global user.name "John Doe"
$ git config --global user.email johndoe@example.com
$ git config --global core.editor vi
Published 05 September 2015
blog comments powered by Disqus