我尝试列出特定提交ID(在特定分支中)与最后一个之间的差异,并通过保留树来压缩它们
例如 - output.zip内容:
+---newFolder01
| +---newFile02
| +---newFile03
+---existingFolder04
| +---existingFolder05
| +---alteredFile06
+---newFile07
+---alteredFile08
我可以访问我项目的gitlab存储库,如果它可以简化命令..
或者,我想在zip存档中添加一个文件,指明哪些文件已被删除。
我看到git-diff必须用于想要的东西,但是,我不知道它是否考虑了所有中间提交差异?以及如何将它与zip命令结合使用?