bill lam <cbill.lam@xxxxxxxxx> writes: > I made some typos in commit messages, how to edit them without > affecting everything else? If it is last commit that you want to edit, and if you didn't publish this commit to soem public repository, you can simply use $ git commit --amend If the commit is deeper in history, use "git rebase --interactive". If you published commit, you are out of luck. See http://git.or.cz/gitwiki/GitTips -- Jakub Narebski Poland ShadeHawk on #git -- 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