Forgot git rebase --continue -
i on own local feature branch , wanted merge master. checked out master, did git pull --rebase, had 1 conflict, resolved it, forgot git rebase --continue after that. did git merge my_other_branch , wanted push origin, git told me im not on branch, "oh no, fogot rebase --continue" did , git says "no changes - did forget use git add?". right i'm not on branch...in detached head state.
what need on track?
git rebase --skip should continue rebase.
Comments
Post a Comment