LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

git-unpack-file

Extract blob contents to a temporary file

TLDR

Unpack blob to temp file
$ git unpack-file [blob_hash]
copy

SYNOPSIS

git unpack-file blob

DESCRIPTION

git unpack-file creates a temporary file with a blob's contents and prints the filename. It is a low-level plumbing command for accessing blob contents outside of the working tree.

SEE ALSO

Copied to clipboard
Kai