github.com/x-oss-byte/git-lfs@v2.5.2+incompatible/docs/man/git-lfs-pre-push.1.ronn (about)

     1  git-lfs-pre-push(1) -- Git pre-push hook implementation
     2  =======================================================
     3  
     4  ## SYNOPSIS
     5  
     6  `git lfs pre-push` <remote> [remoteurl]
     7  
     8  ## DESCRIPTION
     9  
    10  Responds to Git pre-hook events. It reads the range of commits from STDIN, in
    11  the following format:
    12  
    13      <local-ref> SP <local-sha1> SP <remote-ref> SP <remote-sha1> \n
    14  
    15  It also takes the remote name and URL as arguments.
    16  
    17  ## SEE ALSO
    18  
    19  git-lfs-clean(1), git-lfs-push(1).
    20  
    21  Part of the git-lfs(1) suite.