git syntax
git config --global user.name "captain jack" git config --global user.email xxxxx@gmail.com
Here is what the above code is Doing:
1. git config –global user.name “captain jack”
– This sets the name you want attached to your commit transactions
2. git config –global user.email xxxxx@gmail.com
– This sets the email you want attached to your commit transactions