Man page - git-lfs-pointer(1)
Packages contains this manual
- git-lfs-pre-push(1)
- git-lfs-status(1)
- git-lfs-prune(1)
- git-lfs-completion(1)
- git-lfs-logs(1)
- git-lfs-lock(1)
- git-lfs-smudge(1)
- git-lfs-pull(1)
- git-lfs-clean(1)
- git-lfs-merge-driver(1)
- git-lfs-post-commit(1)
- git-lfs-ls-files(1)
- git-lfs-ext(1)
- git-lfs-env(1)
- git-lfs-fetch(1)
- git-lfs-fsck(1)
- git-lfs-uninstall(1)
- git-lfs-push(1)
- git-lfs-pointer(1)
- git-lfs-checkout(1)
- git-lfs-unlock(1)
- git-lfs-filter-process(1)
- git-lfs-post-checkout(1)
- git-lfs-post-merge(1)
- git-lfs-dedup(1)
- git-lfs-locks(1)
- git-lfs-track(1)
- git-lfs-update(1)
- git-lfs-clone(1)
- git-lfs-standalone-file(1)
- git-lfs-migrate(1)
- git-lfs-config(5)
- git-lfs-install(1)
- git-lfs(1)
- git-lfs-untrack(1)
apt-get install git-lfs
Manual
GIT-LFS-POINTER
NAMESYNOPSIS
DESCRIPTION
OPTIONS
SEE ALSO
NAME
git-lfs-pointer - Build, compare, and check pointers
SYNOPSIS
git lfs pointer
--file=path/to/file
git lfs pointer --file=path/to/file
--pointer=path/to/pointer
git lfs pointer --file=path/to/file --stdin
git lfs pointer --check --file=path/to/file
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.
--check
Reads the pointer from STDIN (if --stdin is given) or the filepath (if --file) is given. If neither or both of --stdin and --file are given, the invocation is invalid. Exits 0 if the data read is a valid Git LFS pointer. Exits 1 otherwise.
--strict, --no-strict
In conjunction with --check, --strict verifies that the pointer is canonical; that is, it would be the one created by Git LFS. If it is not, exits 2. The default, for backwards compatibility, is --no-strict, but this may change in a future version.
SEE ALSO
Part of the git-lfs(1) suite.