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

Popular posts from this blog

linux - Does gcc have any options to add version info in ELF binary file? -

android - send complex objects as post php java -

charts - What graph/dashboard product is facebook using in Dashboard: PUE & WUE -