How to use beyond compare to compare between two git commits

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Yontan Simson
    Visitor
    • Feb 2014
    • 3

    How to use beyond compare to compare between two git commits

    I would like to use beyond compare to compare between two consecutive commits

    Currently I am using git diff to do this:
    git diff commit_a commit_b

    How can I do this using difftool and beyond compare?
  • Aaron
    Team Scooter
    • Oct 2007
    • 16002

    #2
    Hello,

    You would define BC4 as the difftool using this guide (which does use "bc3" keyword for Git for BC4):
    http://www.scootersoftware.com/suppo...b_vcs#gitlinux

    And then using the git --dir-diff parameter for a folder compare, or difftool for a file comparison.
    Aaron P Scooter Software

    Comment

    Working...