为git项目单独配置用户名和邮箱

2018-01-11  本文已影响11人  放风筝的小小马
    1.取消global
    git config --global --unset user.name
    git config --global --unset user.email

    2.设置每个项目repo的自己的user.email
    git config  user.email "xxxx@xx.com"
    git config  user.name "xxxx"
上一篇下一篇

猜你喜欢

热点阅读