如何在给定的提交版本上查看 GitHub 中存储库的所有文件?

How do I view all files of a repository in GitHub on a given commit version?

如何切换到提交 ID,以便我不仅可以看到更改,还可以在那个时间点查看存储库中的所有文件?

像这样将提交 ID 输入 URL(不带方括号): https://github.yourcompany.com/[organization]/[repository]/tree/[commit_id]

如果是特定文件,例如: https://github.yourcompany.com/[organization]/[repository]/blob/[commit_id]/.folder/Example.kt