我希望能够在其他人使用合并解决冲突策略处理过的分支上获得一个干净的基础。1.最简单的方法是什么?1.我可以沿途重复他们以前的冲突解决方案吗?
xxhby3vn1#
您可能仍然需要解决冲突,但我会查看我在“Are there any downsides to enabling git rerere?”中提到的git rerere。您可以使用activate rerere and train it,以便git记录过去的冲突解决。
git rerere
1条答案
按热度按时间xxhby3vn1#
您可能仍然需要解决冲突,但我会查看我在“Are there any downsides to enabling git rerere?”中提到的
git rerere
。您可以使用activate rerere and train it,以便git记录过去的冲突解决。