git-unpack-file
Extract blob contents to a temporary file
TLDR
Unpack blob to temp file
$ git unpack-file [blob_hash]
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
git-cat-file(1), git-hash-object(1)
