Pergunta

I was trying to experiment with merge stuff and I somehow ended up in the following scenarios. All I want is to go back to the tip of my master branch. What else other command can I try? I have tried 'git checkout master' but the "REBASE 1/7" label does not go away. 'blockurls' is another branch of mine.

enter image description here

Foi útil?

Solução

try git rebase --abort, then switch branches as usual.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top