documents git lfs push --object-id

This commit is contained in:
Rick Olson 2015-07-22 16:32:34 -06:00
parent 67b9cf0b64
commit be24b11e71

@ -3,7 +3,8 @@ git-lfs-push(1) -- Push queued large files to the Git LFS endpoint
## SYNOPSIS
`git lfs push` <remote> [branch]
`git lfs push` <remote> [branch]<br>
`git lfs push` --object-id <remote> <oid1> <oid2> ...
## DESCRIPTION
@ -14,6 +15,10 @@ pre-push hook for each repository.
## OPTIONS
* `--object-id`:
This pushes only the object OIDs listed at the end of the command, separated
by spaces.
* `--dry-run`:
Print the files that would be pushed, without actually pushing them.