Here's the sequence
I have no edits on the branch at this point
- I did a
git pull --rebase
in a branch that is tracked to a remote branch - Conflicts occured
- I did
git reset --hard
- then
git rebase --abort
And now it says that my branch is ahead by X commits
I tried doing git reset --hard
again then git fetch
then git fetch origin
then git checkout the branch again all to no avail
how do I solve this problem?