문제

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