Textmate: ‘git diff’ in FileMerge
I found myself wanting to pick through some changes I made under a git repository recently, discarding some and adapting others. The FileMerge utility that comes with the Mac OS X Developer Tools is great for this purpose, but in TextMate, there’s currently no way to compare uncommitted changes in a git repository using FileMerge.
Now there is!
View Uncommitted Changes in FileMerge.tmCommand.zip
Double click to install it in Textmate; it appears under the ‘Git’ bundle. I suggest you then select the ‘Git’ bundle group header, and drag this command (‘View Uncommitted Changes in FileMerge‘) up to the top of the menu list on the right, so it’s accessible via Control-Shift-G, 1.
It’s based on [filemerge.tmbundle](http://github.com/textmate/filemerge.tmbundle).
Read More