File tree 2 files changed +23
-2
lines changed
2 files changed +23
-2
lines changed Original file line number Diff line number Diff line change
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.
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ git-lfs-push(1) -- Push queued large files to the Git LFS endpoint
3
3
4
4
## SYNOPSIS
5
5
6
- ` git lfs push ` <repo > [ refspec ]
6
+ ` git lfs push ` <remote > [ branch ]
7
7
8
8
## DESCRIPTION
9
9
@@ -25,6 +25,6 @@ Push is typically run by Git's pre-push hook.
25
25
26
26
## SEE ALSO
27
27
28
- git-lfs-clean(1).
28
+ git-lfs-clean(1), git-lfs-pre-push(1) .
29
29
30
30
Part of the git-lfs(1) suite.
You can’t perform that action at this time.
0 commit comments