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

pull/1/head
Stefan Herpich 2022-10-21 13:24:30 +02:00 committed by GitHub
parent 82bace81d0
commit a2b4da3d1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

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}}`