From a2b4da3d1c308bf8a8266124df85e9f843cdf308 Mon Sep 17 00:00:00 2001 From: Stefan Herpich Date: Fri, 21 Oct 2022 13:24:30 +0200 Subject: [PATCH] git-unpack-file: add page (#9168) --- pages/common/git-unpack-file.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 pages/common/git-unpack-file.md diff --git a/pages/common/git-unpack-file.md b/pages/common/git-unpack-file.md new file mode 100644 index 0000000000..04936c5d57 --- /dev/null +++ b/pages/common/git-unpack-file.md @@ -0,0 +1,8 @@ +# git unpack-file + +> Create a temporary file with a blob's contents. +> More information: . + +- Create a file holding the contents of the blob specified by its ID then print the name of the temporary file: + +`git unpack-file {{blob_id}}`