Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我最近在学习git,发现有人可以删除短分支,但是在Hg中,将分支合并为默认后,我怎么能删除呢?
你不能。您可以关闭分支以将其从活动分支列表中隐藏,但不能完全删除它。
发生这种情况是因为在 mercurial 和 git 中,“分支”一词的含义不同。
在 mercurial 中 - 它是一组变更集。
在 git - 它是一个指向特定变更集的指针。