I was rebasing code in git, I got some merge conflicts. I resolved the conflicts and did:
git add
At this point I forgot to do:
git rebase --continue
I continued coding and did:
git commit
for the changes. Now I am on "no branch" and can't do:
git rebase --continue
How do I fix this?