using araxis merge for folder comparison on git branches (OSX)
- by memo
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.