I wanted to do an abort on an interactive rebase by doing git rebase --abort
, but I am getting the error:
fatal: Could not parse object '7af12fc7e6ea2bb5231abe39c59cec9539f9536f'.
I've tried resetting the head and it didn't help. Any idea?
I wanted to do an abort on an interactive rebase by doing git rebase --abort
, but I am getting the error:
fatal: Could not parse object '7af12fc7e6ea2bb5231abe39c59cec9539f9536f'.
I've tried resetting the head and it didn't help. Any idea?