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

有帮助吗?

解决方案

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

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top