Is there a way to use Sublime Text such that differences between revA and revB are highlighted?
The best I can come up with is:
$ git checkout revA
$ subl -a .
$ git checkout revB – .
And this should show the changed lines in the Git gutter. It would be nice if there were a way to navigate between changes, or some way to further highlight changed lines.