Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

custom action doesn't work, but work with command line

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.

1 answer

1 accepted

1 vote
Answer accepted

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

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events