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.
我想要做的是获取仅与存储库中的 1 个文件夹有关的所有更改的提交日志。如果有的话,这怎么可能?
git log --all -- some/path
为完整性而添加。您可能希望首先使用“查找副本”和“更难查找副本”来查看是否要添加另一个路径,以防此路径在历史记录中的某个时间点被重命名或复制。