I have tried all manner of git diff
commands.
From using the actual commit hashes:
$ git diff e2951679823lkdasdkjn38 7jhlkdjhlakj3kl2jlj2a90 | mate2
To using two branches:
$ git diff master develop | mate2
Both of which just launch Textmate2 but don't show me the files I want to see.
I would like to be able to do a diff on my Gemfile.lock
over the last say two or 3 commits in Textmate. How do I do that?