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.
我将创建一个新的 (vc) 项目,它将作为另一个项目的副本开始。我希望能够简单地合并这两个项目之间的更改,尽管它们位于另一个大分支中。
我想通过分支来做到这一点,但是当我从 ui 进行分支时,会创建分支并立即签入。我不想这样做。
是否可以在不签入的情况下对“分支”类型进行挂起的更改?
分支是在服务器端创建的,因此它们会自动签入。我建议使用 2 个搁置集并设置一个辅助工作区,您可以在其中合并两个搁置集。