Thursday, March 10, 2011

Git Setup

I keep forgetting how to setup git configuration settings on new machines, especially the colours. (Source)
git config --global user.name "Your Name Comes Here"
git config --global user.email you@yourdomain.example.com
git config --global color.diff auto
git config --global color.status auto
git config --global color.branch auto
I keep forgetting how to setup the colors.

No comments:

Post a Comment