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
I add a customer action to compare 2 commits with Beyond compare. it works in one PC with sourcetree version 2.5.5.0
Now I want to do same thing in my new PC with sourcetree version 2.6.10.0, The output is:
git difftool --dir-diff --tool=sourcetree 12a402ff418973ab64579a210f3b96fe446c1ca1 1e4888c75b58f4d7bc4d6fe3484426f40b99171f
Completed with errors, see above.
If I run same command in Terminal of sourcetree on this new PC, it works fine.
Compare single file with "External Diff" from GUI also works fine.
You need to change your parameters to the below to open the differences in beyond compare.
git difftool --dir-diff --tool=bc3 12a402ff418973ab64579a210f3b96fe446c1ca1 1e4888c75b58f4d7bc4d6fe3484426f40b99171f
If it doesn't work, try changing the script option as the full path
C:\Users\<YourName>\AppData\Local\Atlassian\SourceTree\git_local\bin\git.exe
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.