|
NAMEgit-lfs-pre-push - Git pre-push hook implementationSYNOPSISgit lfs pre-push remote [remoteurl]DESCRIPTIONResponds to Git pre-hook events. It reads the range of commits from STDIN, in the following format:
It also takes the remote name and URL as arguments. If any of those Git objects are associated with Git LFS objects, those objects will be pushed to the Git LFS API. In the case of pushing a new branch, the list of Git objects will be all of the Git objects in this branch. In the case of deleting a branch, no attempts to push Git LFS objects will be made. OPTIONS
SEE ALSOgit-lfs-clean(1), git-lfs-push(1).Part of the git-lfs(1) suite.
Visit the GSP FreeBSD Man Page Interface. |