You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[Status of ignored files.](https://github.com/git-tips/tips#status-of-ignored-files)
92
92
*[Commits in Branch1 that are not in Branch2](https://github.com/git-tips/tips#commits-in-branch1-that-are-not-in-branch2)
93
+
*[reuse recorded resolution, record and reuse previous conflicts resolutions.](https://github.com/git-tips/tips#reuse-recorded-resolution-record-and-reuse-previous-conflicts-resolutions)
93
94
94
95
<!-- Don’t remove or change the comment below – that can break automatic updates. More info at <http://npm.im/doxie.inject>. -->
95
96
<!-- @doxie.inject end toc -->
@@ -623,5 +624,10 @@ git status --ignored
623
624
git log Branch1 ^Branch2
624
625
```
625
626
627
+
## reuse recorded resolution, record and reuse previous conflicts resolutions.
628
+
```sh
629
+
git config --global rerere.enabled 1
630
+
```
631
+
626
632
<!-- Don’t remove or change the comment below – that can break automatic updates. More info at <http://npm.im/doxie.inject>. -->
0 commit comments