Last active
August 21, 2023 15:05
-
-
Save robert-claypool/6c9812e8c8831e131a12 to your computer and use it in GitHub Desktop.
Ignore Line Endings with Git Merge
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git config merge.renormalize true # prevents unnecessary merge conflicts, http://stackoverflow.com/a/12194759/23566 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment