Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在查看在 git 项目的子目录中添加了哪些文件。看着那个男人,git log但没有什么像我需要的那样跳出来。
git log
git log --reverse --diff-filter=A --summary <directory>
这将列出从最旧的提交开始,其中创建了给定目录中的任何文件。