Feeds:
日志
评论

Posts Tagged ‘version control’

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

Read Full Post »

加关注

Get every new post delivered to your Inbox.