Saturday, August 09, 2014

Configure github with username-email and color

You can set your github username, email and color with following command:

git config --global color.ui true
git config --global user.name "sachin_gevariya"
git config --global user.email "sachingevariya@gmail.com"

0 comments:

Post a Comment