333 bytes added,
10:02, 24 June 2013 == Git setup commit information ==
# Write in terminal
git config --global user.name "Your Name"
git config --global user.email you@example.com
git config --global github.user GIT_USER_NAME
git config --global github.token 0123456789yourf0123456789token
See your information
cat ~/.gitconfig
git branch
git remote show origin