标签: git github
我在我的主分支上收到一条消息说:你的分支在100个提交之前超过'origin /'。但是,我已经在本地和远程销毁了该分支。任何人都知道发生了什么以及如何解决?
答案 0 :(得分:1)
我刚刚找到解决方案:
首先,使用以下命令销毁远程分支:
git branch -d -r origin/<remote branch name>
然后,修复:
git branch --unset-upstream