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
2009/03/03 作者为 hugozhu
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