"Alexey Feldgendler" <alexeyf@xxxxxxxxx> writes: > However, the branch that was active before when you should have > branched will have been unintentionally updated. To fix that, you'll > need to move the old branch a few commits back: > > git branch -f <old-branch> <where-it-was-before> This is correct, but for completeness: don't do that if you've already pushed your changes. If you pushed them and people already pulled them, you can hardly do better than appologize to your co-workers that you shouldn't have done that, and possibly create a new commit on top of the branch reverting what you did. -- Matthieu Moy http://www-verimag.imag.fr/~moy/ -- 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