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:
parent
82bace81d0
commit
a2b4da3d1c
1 changed files with 8 additions and 0 deletions
8
pages/common/git-unpack-file.md
Normal file
8
pages/common/git-unpack-file.md
Normal 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}}`
|
Loading…
Add table
Reference in a new issue