Patrick Doyle <wpdster@xxxxxxxxx> writes: > $ git merge --no-commit > $ git reset > > Why is that "git reset" benign, when the "git reset HEAD^" wasn't benign before? The former is resetting the index to HEAD (your latest commit), while the latter is resetting the index to HEAD^ (the one before that, discarding your latest commit), no? -- 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