答案 0 :(得分:0)
它们出现的原因是树的结构很疯狂,gitk不想用线条填充屏幕。如果向下滚动,你会找到匹配的“向上”线出现的位置,你可以用那种方式绘制树(使用gitk --all来获得完整的图片以查看你合并的其他分支)。 / p>
如果没有看到完整的树,现在没有太多事情要做,即使这样,在不丢失一些信息的情况下也可能很难,尽管可能。我建议从现在起保持你的树(树枝)直。熟悉https://git-scm.com/book/en/v2/Git-Branching-Rebasing。
答案 1 :(得分:0)
对于来这里的人-提交将不会继续,因为标签已引用了提交-您必须发出
git push --delete origin R1.10.0xxx # delete the tag on remote repo
git tag --delete R1.10.0xxx # delete the tag on local repo
Oct2016标签上方的所有标签(gitk中的黄色标签)