Eu deletei os commits de um rebase, para voltar a um estado que pudesse fazer um novo rebase, porem, não consigo fazer um novo rebase. Estou seguindo o instrutor Vinicius, e fiz uma alteração de um titulo junto a branch checkout titulo, depois voltei para a branch checkout master para aplicar o rebase e eis que aparece a mensagem abaixo. Assim sendo, gostaria de saber se tenho como começar tudo do zero ou apagar esse rebase e fazer um novo ou sei la, pois os erros ocorrem e invariavelmente temos de recomeçar tudo do inicio.
Túlio@DESKTOP-OTRG6QN MINGW64 ~/OneDrive/Documentos/GitHub/servio (master|REBASE 1/1) $ git rebase titulo 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.