About Cacher
Web App
Download
Sign In
Sign Up
menu
Cacher is the code snippet organizer for pro developers
We empower you and your team to get more done, faster
Learn More
jacob-tate
12/4/2019 - 3:25 AM
share
Share
add_circle_outline
Save
git: Set global merge tool
git Set global merge tool
content_copy
file_download
Rendered
Source
Set the global merge tool assuming its within your path
git config --global merge.tool kdiff3
Set the global merge tool with hardcoded path
git config --global mergetool.kdiff3 [path]
clear