You can pipe DIFF to TextMate
DIFF is a compare tool that you can use from the Terminal to compare files. What I did not know though is that you can PIPE the results to Textmate
1diff /path/to/project/index.cfm /path/to/project/index.cfm | mate
| Tweet |
git diff <branch1> <branch2> | mate