1GIT-LFS-PUSH(1) General Commands Manual GIT-LFS-PUSH(1)
2
3
4
6 git-lfs-push - Push queued large files to the Git LFS endpoint
7
9 git lfs push options remote [ref...]
10 git lfs push remote [ref...]
11 git lfs push --object-id remote [oid...]
12
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
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 local refs are pushed. Note that this be‐
26 havior differs from that of git-lfs-fetch(1) when its --all op‐
27 tion is used; in that case, all refs are fetched, including refs
28 other than those under refs/heads and refs/tags. If you are mi‐
29 grating a repository with these commands, make sure to run git
30 lfs push for any additional remote refs that contain Git LFS ob‐
31 jects not reachable from your local refs.
32
33 --object-id
34 This pushes only the object OIDs listed at the end of the com‐
35 mand, separated by spaces.
36
38 git-lfs-fetch(1), git-lfs-pre-push(1).
39
40 Part of the git-lfs(1) suite.
41
42
43
44 May 2022 GIT-LFS-PUSH(1)