From 71340ccab7eeb98e13c1ba97db3320af22e64c85 Mon Sep 17 00:00:00 2001 From: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com> Date: Mon, 17 May 2021 19:07:55 +0100 Subject: [PATCH] git-archive-file: add page (#5960) --- pages/common/git-archive-file.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 pages/common/git-archive-file.md 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`