mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-05 15:53:38 +02:00
git-archive-file: add page (#5960)
This commit is contained in:
parent
ba782f8b78
commit
71340ccab7
1 changed files with 9 additions and 0 deletions
9
pages/common/git-archive-file.md
Normal file
9
pages/common/git-archive-file.md
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
# git archive-file
|
||||||
|
|
||||||
|
> Export all the files of the current Git branch into a zip archive.
|
||||||
|
> Part of `git-extras`.
|
||||||
|
> More information: <https://github.com/tj/git-extras/blob/master/Commands.md#git-archive-file>.
|
||||||
|
|
||||||
|
- Pack the currently checked out commit into a zip archive:
|
||||||
|
|
||||||
|
`git archive-file`
|
Loading…
Add table
Reference in a new issue