1GIT-LFS-PUSH(1)             General Commands Manual            GIT-LFS-PUSH(1)
2
3
4

NAME

6       git-lfs-push - Push queued large files to the Git LFS endpoint
7

SYNOPSIS

9       git lfs push options remote [ref...]
10       git lfs push remote [ref...]
11       git lfs push --object-id remote [oid...]
12

DESCRIPTION

14       Upload Git LFS files to the configured endpoint for the current Git re‐
15       mote. By default, it filters out objects that are already referenced by
16       the local clone of the remote.
17

OPTIONS

19       --dry-run
20              Print  the  files that would be pushed, without actually pushing
21              them.
22
23       --all  This pushes all objects to the remote that are referenced by any
24              commit reachable from the refs provided as arguments. If no refs
25              are provided, then all refs are pushed.
26
27       --object-id
28              This pushes only the object OIDs listed at the end of  the  com‐
29              mand, separated by spaces.
30

SEE ALSO

32       git-lfs-pre-push(1).
33
34       Part of the git-lfs(1) suite.
35
36
37
38                                 February 2022                 GIT-LFS-PUSH(1)
Impressum