Changes

Jump to navigation Jump to search

Git installation

333 bytes added, 10:02, 24 June 2013
Created page with "== 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.u..."
== 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

Navigation menu