How to disable auto-merging in GIT?
The purpose is to have the same behaviour as for conflict merges resolution in automatic merges during invocation of command chain:
$ git fetch
$ git merge some_branch
$ git mergetool
The last command leads us to 3-way merge of files in case of merge conflicts. I would like to have an easy way of performing the same 3-way merge on files without conflict merges.
I couldn't find any solution on the internet, is there any?
I've some workarounds in mind, but it would prefer to avoid it.
Thanks in advance,
Aleks
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…