What is git-rerere and how does it work?

后端 未结 2 1795
余生分开走
余生分开走 2020-12-05 10:22

As I understood, it is useful for the synchronization of projects through the saving of conflict resolution information, but it is not entirely clear to me how to use and co

2条回答
  •  北海茫月
    2020-12-05 11:04

    It makes no sense to enable rerere for your CI environment, because your CI environment should never be resolving merge conflicts in the first place. Why do you think you would want it there?

提交回复
热议问题