diff --git a/pages/common/git-archive-file.md b/pages/common/git-archive-file.md new file mode 100644 index 000000000..9b893ba79 --- /dev/null +++ b/pages/common/git-archive-file.md @@ -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: . + +- Pack the currently checked out commit into a zip archive: + +`git archive-file`