Tagged Questions
52
votes
2answers
9k views
When would you use the different git merge strategies?
From the man page on git-merge, there are a number of merge strategies you can use.
resolve -
This can only resolve two heads (i.e. the current branch and another branch you pulled from) using ...