I have a git merge
with many conflicts. For one individual file, I'd like to re-merge it while ignoring line endings.
Put another way: I'd like to run git checkout -m file
with the behavior of git merge -Xignore-space-at-eol
. Is this possible?
I have a git merge
with many conflicts. For one individual file, I'd like to re-merge it while ignoring line endings.
Put another way: I'd like to run git checkout -m file
with the behavior of git merge -Xignore-space-at-eol
. Is this possible?