1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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