Question

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

Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top