git diff对比文件内容

比较两个文件内容:

diff --git first.file second.file

比较git不同分支的文件内容:

git diff 1.11.4 1.11.5 django/views/debug.py