github.com/q2/git-lfs@v0.5.1-0.20150410234700-03a0d4cec40e/docs/man/git-lfs-push.1.ronn (about)

     1  git-lfs-push(1) -- Push queued large files to the Git LFS endpoint.
     2  =======================================================================
     3  
     4  ## SYNOPSIS
     5  
     6  `git lfs push` <repo> [refspec]
     7  
     8  ## DESCRIPTION
     9  
    10  Push uploads Git LFS files to the configured endpoint for the current
    11  Git remote.
    12  
    13  Push is typically run by Git's pre-push hook.
    14  
    15  ## OPTIONS
    16  
    17  * `--dry-run`:
    18      Prints the files that would be pushed, without actually pushing them.
    19  
    20  * `--stdin`:
    21      Read the repo and refspec on stdin. This is used in conjunction with
    22      the pre-push hook and must be in the format used by the pre-push hook:
    23      <local ref> <local sha1> <remote ref> <remote sha1>. If --stdin is used
    24      the command line arguments will be ignored.
    25  
    26  ## SEE ALSO
    27  
    28  git-lfs-clean(1).
    29  
    30  Part of the git-lfs(1) suite.