snippetbashTip
git archive-file — Export all the files of the current Git branch into a Zip archive. Part of `git-extras`. More inform
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-fileCode Snippets
Pack the currently checked out commit into a Zip archive
git archive-fileContext
tldr-pages: common/git archive-file
Revisions (0)
No revisions yet.