git-unpack-file: add page (#9168)

This commit is contained in:
Stefan Herpich
2022-10-21 13:24:30 +02:00
committed by GitHub
parent 82bace81d0
commit a2b4da3d1c

View File

@@ -0,0 +1,8 @@
# git unpack-file
> Create a temporary file with a blob's contents.
> More information: <https://git-scm.com/docs/git-unpack-file>.
- 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}}`