I have previously read and applied the instructions from this excellent answer about setting up merge strategies for specific file types in git. This works superbly for merges. However, when I do a git rebase
, the merge strategy isn't applied.
Is it possible to set git rebase
up so that it applies a similar merge strategy to resolve certain conflicts automatically?