标签: git github github-api
我正在尝试使用GitHub API来获取由特定提交更改的所有文件,但我没有看到这样做的好方法。
换句话说,GitHub API中的git show --name-only sha1相当于什么?
git show --name-only sha1
答案 0 :(得分:3)
如果您通过Repository Commits API获取提交,则响应将包含一个files数组,其中包含已更改文件的列表:
files
https://developer.github.com/v3/repos/commits/#get-a-single-commit