Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

note git lfs push --all only pushes local refs in man page #4898

Merged
merged 1 commit into from Mar 2, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
9 changes: 7 additions & 2 deletions docs/man/git-lfs-push.1.ronn
Expand Up @@ -21,14 +21,19 @@ of the remote.
* `--all`:
This pushes all objects to the remote that are referenced by any commit
reachable from the refs provided as arguments. If no refs are provided, then
all refs are pushed.
all local refs are pushed. Note that this behavior differs from that of
git-lfs-fetch(1) when its `--all` option is used; in that case, all refs
are fetched, including refs other than those under `refs/heads` and
`refs/tags`. If you are migrating a repository with these commands, make
sure to run `git lfs push` for any additional remote refs that contain
Git LFS objects not reachable from your local refs.

* `--object-id`:
This pushes only the object OIDs listed at the end of the command, separated
by spaces.

## SEE ALSO

git-lfs-pre-push(1).
git-lfs-fetch(1), git-lfs-pre-push(1).

Part of the git-lfs(1) suite.