table of contents
GIT-LFS-PUSH(1) | GIT-LFS-PUSH(1) |
NAME¶
git-lfs-push - Push queued large files to the Git LFS endpoint
SYNOPSIS¶
git lfs push [options] <remote>
[<ref>...]
git lfs push <remote> [<ref>...]
git lfs push [options] <remote> --stdin
git lfs push --object-id <remote>
[<oid>...] git lfs push --object-id
<remote> --stdin
DESCRIPTION¶
Upload Git LFS files to the configured endpoint for the current Git remote. By default, it filters out objects that are already referenced by the local clone of the remote.
OPTIONS¶
--dry-run
--all
--object-id
--stdin
SEE ALSO¶
git-lfs-fetch(1), git-lfs-pre-push(1).
Part of the git-lfs(1) suite.
2025-01-21 |