HELP: 4.3 branch in KDevelop messed up

Alexandre Courbot gnurou at gmail.com
Tue Apr 17 09:47:25 UTC 2012


On Tue, Apr 17, 2012 at 6:26 PM, Milian Wolff <mail at milianw.de> wrote:
> I just noticed that apparently I severly messed up the 4.3 branch in the
> KDevelop repo, such that it is now equal to the master branch...
>
> I don't really get how I managed to do this... can someone help me?

Looks like the 4.3 ref has been moved to the same as master. Was
master just ahead of 4.3 or were they evolving in parallel? In the
former case, it's just a matter of rewinding to the right commit. In
the latter case, "git reflog" might be useful - it should show you
what the previous values of your branch was, so you should be able to
revert to them using git reset.

In both cases you will need to "git push --force" to erase the mistake
from the server.

Alex.




More information about the KDevelop-devel mailing list