On Sun, Dec 21, 2008 at 11:27 PM, Ángel Eduardo <arcnorj@xxxxxxxx> wrote: > I've started a repository in a project of mine, but I forgot to change the > commiter name to the nickname and email I'll use in the project along with > my teammates. > > So, it's there a way to change them it in the commits I've done? If you haven't published your changes, simply rewrite your history via git filter-branch; see its manpage for details. If you *have* published your changes, you can't change committer details without changing the SHA1 of the commits. Dave. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html