Like a lot of people, I have a .gitconfig which I share in different 
locations (home, work, servers, etc)
At home, I have Beyond Compare and I use that as git diff tool.
At work I use vimdiff.
Is there a way to do a fallback in .gitconfig if bc3 (beyond compare 
executable) is not found ?

This is my current .gitconfig settings for beyondcompare.
[diff]
    tool = bc3
[difftool]
    bc3 = trustExitCode
[merge]
    tool = bc3
[mergetool]
    bc3 = trustExitCode

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to