1、只显示某一个 commit 修改过的文件列表1.1、git diff-tree -r e8cbc2051.2、git diff-tree —no-commit-id —name-only -r e8cbc205 1、只显示某一个 commit 修改过的文件列表 列出在该提交中更改或添加的所有文件 1.1、git diff-tree -r e8cbc205 1.2、git diff-tree —no-commit-id —name-only -r e8cbc205