mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-26 08:52:58 +00:00
Update cheatsheets
This commit is contained in:
13
git-unpack-file
Normal file
13
git-unpack-file
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
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}}`
|
||||
Reference in New Issue
Block a user