"In a staged build, fast tests are run in" commit builds "and slower tests are run as part of" secondary builds.
在阶段式构建中,在每次提交构建中都进行快速测试,运行比较慢的测试可以在“次要构建”中运行。
So it removes all of your branch commits, fast-forwards to the the latest parent commit, and then tries to re-apply your changes.
所以删除你所有的分支提交,快进到最新的父母承诺,然后尝试重新应用您的更改。
应用推荐