github.com/x-oss-byte/git-lfs@v2.5.2+incompatible/docs/man/git-lfs-pointer.1.ronn (about) 1 git-lfs-pointer(1) -- Build and compare pointers 2 ================================================ 3 4 ## SYNOPSIS 5 6 `git lfs pointer --file=path/to/file`<br> 7 `git lfs pointer --file=path/to/file --pointer=path/to/pointer`<br> 8 `git lfs pointer --file=path/to/file --stdin` 9 10 ## Description 11 12 Builds and optionally compares generated pointer files to ensure consistency 13 between different Git LFS implementations. 14 15 ## OPTIONS 16 17 * `--file`: 18 A local file to build the pointer from. 19 20 * `--pointer`: 21 A local file including the contents of a pointer generated from another 22 implementation. This is compared to the pointer generated from `--file`. 23 24 * `--stdin`: 25 Reads the pointer from STDIN to compare with the pointer generated from 26 `--file`. 27 28 ## SEE ALSO 29 30 Part of the git-lfs(1) suite.