You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I am trying to set up SourceTree to use KDiff3 for the external diff tool and external merge tool.
The first time you set the menus to KDiff3 and hit OK, a dialog appears requiring you to find the location of the KDiff3 executable.
I accidentally used the Start Menu shortcut instead of the actual file, but now I can't figure out how to change the path (the dialog doesn't appear once you've initially set it).
How can I change the file path of the KDiff3.exe?
Hi
If you want to do it in Sourcetree, in the Tools/Options/Diff select a 'Custom' diff and merge tool and select a random .exe then OK the Tools/Options dialog. Then re-open and change it back to KDiff3.
That should all have the effect of overwriting and then resetting the external diff/merge settings.
Alternatively use the git command line to clear difftool.sourcetree.cmd and mergetool.sourcetree.cmd using
>git config --global --unset difftool.sourcetree.cmd
etc
Then reset in Sourcetree
When you select "Custom" should it show a dialog? Also when you do set it to a different one, all the code in the fields is reset. SHould it show default code there?
I was trying to get Custom working again and decadently changed the first one. THen remembered i had same issue before and need google what code should be in those fields.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Where can i actually apply that command ?
git config --global --unset difftool.sourcetree.cmd
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.