问题
Kinda like how I can do git cat-file blob <object-hash>
and get the file's raw data, I would like to get an old revision of a file tracked by LFS, so that I can save it somewhere. How would I do that.
回答1:
Found it:git lfs cat-file blob <sha> | git lfs smudge
来源:https://stackoverflow.com/questions/54367756/get-old-revision-of-a-git-lfs-file