HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

git archive-file — Export all the files of the current Git branch into a Zip archive. Part of `git-extras`. More inform

Submitted by: @import:tldr-pages··
0
Viewed 0 times
thecommandfilesallgit archive-filecliexport

Problem

How to use the git archive-file command: 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/main/Commands.md#git-archive-file>.

Solution

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/main/Commands.md#git-archive-file>.

Pack the currently checked out commit into a Zip archive:
git archive-file

Code Snippets

Pack the currently checked out commit into a Zip archive

git archive-file

Context

tldr-pages: common/git archive-file

Revisions (0)

No revisions yet.