2016年7月11日 星期一

[git] set different user.name user.email in different repository

Go the the folder of your local repository

and type


git config user.name "xxxxxx"
git config user.email "xxxxx@www.com"


take a check 

cd .git
cat config

沒有留言:

張貼留言