Is it possible to set the default diff/merge tool for all users?
I am using the Enterprise MSI installer in an academic lab environment. Ideally, I'd like to set P4Merge as the default tool for all users.
It appears that setting it in .gitconfig gets overridden by SourceTree.
Community moderators have prevented the ability to post new answers.
This could happen if Sourcetree has a configuration for this; go to Tools > Options > Diff and set both External Diff Tool and Merge Tool to System Default. That makes Sourcetree fall back to the git difftool and mergetool values instead of writing its own, so your .gitconfig entries for P4Merge are respected again.
Cheers, Martin
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.