diff --git a/pages/common/git-unpack-file.md b/pages/common/git-unpack-file.md new file mode 100644 index 00000000000000..04936c5d576ebe --- /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}}`