I'm trying to sync a commit to my master branch and I get the following error:
It seems that there is already a rebase-apply 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 "DOCUMENT PATH/.git/rebase-apply"
and run me again. I am stopping in case you still have something
valuable there.
(1)
I have no idea what this is trying to tell me. can anybody help?