mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
10 lines
289 B
Markdown
10 lines
289 B
Markdown
# git archive-file
|
|
|
|
> 将当前 Git 分支的所有文件导出为 Zip 压缩包。
|
|
> 属于 `git-extras`的一部分。
|
|
> 更多信息:<https://github.com/tj/git-extras/blob/main/Commands.md#git-archive-file>。
|
|
|
|
- 将当前检出的提交打包成 Zip 压缩包:
|
|
|
|
`git archive-file`
|