git rerere
#Git
Gitで提供されるマージ時のコンフリクトの解消を助けてくれる機能
https://git-scm.com/book/ja/v2/Git-のさまざまなツール-Rerere
https://stackoverflow.com/questions/49500943/what-is-git-rerere-and-how-does-it-work
コンフリクトの解決を記録して再適用する git rerere
有効化
リポジトリごとに有効化したい場合は下記を実行
code:shell
$ git config rerere.enabled true