mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
14 lines
370 B
Plaintext
14 lines
370 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# 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}}`
|