Githubでgit diffする
https://github.com/:username/:repo/compare/:before..:after
commit ID, branch name, tagが使える
https://github.com/:username/:repo/compare/:before..:another_repo::after
任意地点間に作られたcommitのリストも見たいときは↓を使う
https://github.com/:username/:repo/compare/:before...:after
単一ファイル同士の比較ページはない
↑のページから、目的のファイルを比較している箇所のIDをURL fragmentに入れて参照するしかない