On 5-4-2011 17:41, Carlos Martín Nieto wrote:
Hello, Say I have the following commits: 5154127 fixup! fixup! one 0d130d8 fixup! one 0869d30 one because I keep executing `git commit -a --fixup HEAD`. Am I just too lazy and should look up the commit I want to fixup?
I would use 'git commit --amend -a' instead if I am already sure that I want to squash my commit into the previous one.
Vincent -- 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