1

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 usernames, or at least set it to use the same username when using the online editor?

karel
  • 5,489
  • 46
  • 45
  • 50
NoBugs
  • 9,310
  • 13
  • 80
  • 146

1 Answers1

2

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.

Adam Dymitruk
  • 124,556
  • 26
  • 146
  • 141