mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 01:22:08 +02:00
9 lines
338 B
Markdown
9 lines
338 B
Markdown
# git archive-file
|
|
|
|
> Ekspor seluruh file pada cabang Git saat ini menjadi sebuah file arsip zip.
|
|
> Bagian dari `git-extras`.
|
|
> Informasi lebih lanjut: <https://github.com/tj/git-extras/blob/master/Commands.md#git-archive-file>.
|
|
|
|
- Masukkan seluruh file pada komit yang sedang diperiksa ke dalam suatu file arsip zip:
|
|
|
|
`git archive-file`
|