GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
GIT-LFS-PRE-PUSH(1) GIT-LFS-PRE-PUSH(1)

git-lfs-pre-push - Git pre-push hook implementation

git lfs pre-push remote [remoteurl]

Responds to Git pre-hook events. It reads the range of commits from STDIN, in the following format:
<local-ref> SP <local-sha1> SP <remote-ref> SP <remote-sha1> \n
    

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.

GIT_LFS_SKIP_PUSH
Do nothing on pre-push. For more, see: git-lfs-config(5).

git-lfs-clean(1), git-lfs-push(1).

Part of the git-lfs(1) suite.

October 2021

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.