After rebase and force push, I have a detached/dangling commit/tag

What happened:

  • New branch off master: "rollback-appcompat"
  • Work on it and put a tag on the last commit "1.8.1.13"
  • worked on master, now I want to rebase my new branch on master
  • Rebased fine , but couldn't push to remote
  • According to this, I could simply force push , so I did that.
  • Now I'm in a funny situation where I have the branch before it was rebased still existing like this:
  • 在这里输入图像描述

    As you can see, the purple is "rollback-appcompat" before it was rebased. How do I get rid of that ? I think it wasn't removed because I had a tag on it, is that correct?

    链接地址: http://www.djcxy.com/p/49248.html

    上一篇: 再一次:快

    下一篇: 在重新绑定和强制推送后,我有一个分离的/悬挂的提交/标记