git lfs smudge
[]
git lfs smudge
--info []
git lfs smudge
--skip []
Read a Git LFS pointer file from standard input and write the contents of the corresponding large file to standard output. If needed, download the file's contents from the Git LFS endpoint. The argument, if provided, is only used for a progress bar.
Smudge is typically run by Git's smudge filter, configured by the repository's Git attributes.
Without any options, git lfs smudge
outputs the raw Git LFS content to
standard output.
-
--info
: Display the file size and the local path to the Git LFS file. If the file does not exist, show--
. -
--skip
: Skip automatic downloading of objects on clone or pull.
git-lfs-install(1), gitattributes(5).
Part of the git-lfs(1) suite.