names in Git repository commits?

Possible Duplicate:
How do I change the author of a commit in git?

I noticed that on Github, pushing from terminal gives the correct specified name. However, editing in the Github online "edit" feature gives your username to new commits. Add to this the fact that some commits have my old username on another repository, and it makes quite a mess... Is there any way to merge user-names, or at least set it to use the same username when using the online editor?


Correct the setting in GitHub so it matches what you have on your machine.

If you want, rewrite the history with filter-branch for consistency.

链接地址: http://www.djcxy.com/p/28488.html

上一篇: 如何在不重新改变git commit的作者

下一篇: Git仓库提交中的名称?