廣告

2015年3月25日 星期三

[git] specify multiple users | 指定不同的user (local & global)

因為小弟之前只有再用githib,
當初安裝時他就幫我設定好user的相關資訊,
而且是global的


git config --global user.name "Your Name Here"
git config --global user.email your@email.com

但現在團隊要用gitlab來控管專案
我總不能用我github的身分來做動作吧.

所以隊要開發的專案設一個user

git config user.name "Your Name Here"
git config user.email your@email.com

沒有留言:

張貼留言