I am trying to run git rebase -i but git rebase is failed to work on my console. Here I am giving the reason and talking about my errors?
fatal: It seems that there is already a rebase-merge directory, and
I wonder if you are in the middle of another rebase. If that is the
case, please try
git rebase (--continue | --abort | --skip)
If that is not the case, please
rm -fr ".git/rebase-merge"
and run me again. I am stopping in case you still have something
valuable there.
I am very concerned about would it will be wise to run rm -fr ".git/rebase-merge" to remove the git merge and run git rebase -i again.