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。
有一些关于命令审查的放弃选项的文档。
但本质上是放弃了更改,因此除非恢复它,否则它不能再提交到分支。
当更改被放弃时,将不再将其视为公开审查。
这是无法做到的。一旦你有一个放弃的提交,你必须删除未来提交对它的依赖。这是一个可以告诉您如何操作的答案。