mirror of https://github.com/CrimsonTome/tldr.git
10 lines
338 B
Markdown
10 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`
|