How to change git commit’s author and contact email?
不说不知道,方法很简单啊:
[~/path/to/repo]$ git config user.name “hugozhu”
[~/path/to/repo]$ git config user.email hugozhu@gmail.com
方法出处:http://github.com/guides/tell-git-your-user-name-and-email-address
Posts Tagged ‘version control’
Git小技巧:更新已存在项目的commit作者和邮件
Posted in 生活随笔, tagged git, version control on 2009/03/03 | Leave a Comment »
My name is Hugo Zhu.



