How do I pipe in FileMerge as a diff tool with git on OSX?
Posted
by doug
on Stack Overflow
See other posts from Stack Overflow
or by doug
Published on 2010-03-18T00:15:15Z
Indexed on
2010/03/18
0:21 UTC
Read the original article
Hit count: 408
I'm new to git, on OSX, using it via command line. I come from the world of Tortoise SVN and Beyond Compare on Windows.
I want to be able to pipe in diffs to happen via FileMerge which I have installed already.
I was able to do this with TextMate simply by using:
git diff | mate
But I'm not sure how to get that set up so I can use FileMerge instead?
© Stack Overflow or respective owner