git-lfs-pointer (1)
Leading comments
generated with Ronn/v0.7.3 http://github.com/rtomayko/ronn/tree/0.7.3
NAME
git-lfs-pointer - Build and compare pointersSYNOPSIS
git lfs pointer --file=path/to/filegit lfs pointer --file=path/to/file --pointer=path/to/pointer
git lfs pointer --file=path/to/file --stdin
Description
Builds and optionally compares generated pointer files to ensure consistency between different Git LFS implementations.OPTIONS
- --file
- A local file to build the pointer from.
- --pointer
- A local file including the contents of a pointer generated from another implementation. This is compared to the pointer generated from --file.
- --stdin
- Reads the pointer from STDIN to compare with the pointer generated from --file.