using araxis merge for folder comparison on git branches (OSX)

Posted by memo on Stack Overflow See other posts from Stack Overflow or by memo
Published on 2011-04-19T14:24:03Z Indexed on 2012/03/22 17:29 UTC
Read the original article Hit count: 280

Filed under:
|

I know how to setup araxis merge to be my git diff / merge tool, so if I do git difftool it automatically launches araxis merge.

However if I do git difftool upstream/master (to see all the differences between current branch and upstream/master), it launches the app one by one for every single file that is different. Is there a way of setting it up so I can get a folder comparison type view, and then go down and view each file diff as I choose? i.e. similar to this http://www.araxis.com/merge_mac/overview2.html

The only way I've found to do this is to clone my repo into a new folder, switch to the branch there, and then do a normal araxis merge folder comparison.

© Stack Overflow or respective owner

Related posts about merge

Related posts about araxis