Git Set-up

Before using git:

git config --global user.name "\[name]"
git config --global user.email "\[address]"

You may also like:

git config --global color.ui true