1GIT-LFS-PRE-PUSH(1) GIT-LFS-PRE-PUSH(1)
2
3
4
6 git-lfs-pre-push - Git pre-push hook implementation
7
9 git lfs pre-push remote [remoteurl]
10
12 Responds to Git pre-hook events. It reads the range of commits from
13 STDIN, in the following format:
14
15
16
17 <local-ref> SP <local-sha1> SP <remote-ref> SP <remote-sha1> \n
18
19
20
21 It also takes the remote name and URL as arguments.
22
24 git-lfs-clean(1), git-lfs-push(1).
25
26 Part of the git-lfs(1) suite.
27
28
29
30 January 2020 GIT-LFS-PRE-PUSH(1)