User Tools

Site Tools


git:git-merging

Back to git main page

Before using mergetool, it must be configured :

git config merge.tool vimdiff
git config merge.conflictstyle diff3
git config mergetool.prompt no  # put yes for interactive control

Then merge can take place :

git mergetool

URL references:

git/git-merging.txt · Last modified: 2023/03/31 12:17 by 127.0.0.1