I ran some times ago some git rebase -i
command. But I completely forgot it. Now I want to change new commits order. So I ran git rebase -i HEAD~4
, and I get normally
It seems that there is already a rebase-merge directory, and
I wonder if you are in the middle of another rebase.
But I don't even remember what this rebase was all about. How can I find what was the precise purpose of that rebase
.
You can go to your_app/.git/rebase-merge
and find some related informations.