git-lfs/docs/man/git-hawser-push.1.ronn

31 lines
799 B
Plaintext
Raw Normal View History

2015-01-30 17:07:50 +00:00
git-hawser-push(1) -- Push queued large files to the Git Media endpoint.
2014-06-02 22:35:56 +00:00
=======================================================================
## SYNOPSIS
2015-01-30 17:07:50 +00:00
`git hawser push` <repo> [refspec]
2014-06-02 22:35:56 +00:00
## DESCRIPTION
Push uploads Git Media files to the configured endpoint for the current
Git remote.
Push is typically run by Git's pre-push hook.
## OPTIONS
* `--dry-run`:
Prints the files that would be pushed, without actually pushing them.
* `--stdin`:
Read the repo and refspec on stdin. This is used in conjunction with
the pre-push hook and must be in the format used by the pre-push hook:
<local ref> <local sha1> <remote ref> <remote sha1>. If --stdin is used
the command line arguments will be ignored.
2014-06-02 22:35:56 +00:00
## SEE ALSO
2015-01-30 17:07:50 +00:00
git-hawser-clean(1).
2014-06-02 22:56:01 +00:00
2015-01-30 17:07:50 +00:00
Part of the git-hawser(1) suite.