git diff官方文档:https://git-scm.com/docs/git-diff
比较常用:
git diff ..<branch name>
查看与该分支对比有哪些不同
git diff ..<branch name> --stat
查看与该分支对比有哪些文件不同