Git Configurations

git

git config --global user.name "Blah Blah"
git config --global user.email "blah@blah.com"
git config --list
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License