Tuesday, February 19, 2013

Git global config

git config --global user.name "Your Name"
git config --global user.email you@example.com

git config --global color.diff auto
git config --global color.status auto
git config --global color.branch auto
git config --global color.log auto

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.