- Put diff2html somewhere on your path
- Put this on your path too
Now you can quickly visualize a branch's code changes with e.g.
git cr
or
git cr branch-to-review master
or whatever.
This works on macOS. On Linux replace open
with xdg-open
and on Windows replace open
with start
.