Expand the documentation on the pre-push hook

Signed-off-by: Andrej Shadura <andrew.shadura@collabora.co.uk>
This commit is contained in:
Andrej Shadura 2020-07-31 13:21:01 +02:00
parent daec51d18e
commit ad3542fbfb
No known key found for this signature in database
GPG Key ID: 2526E9EB828A8F35

@ -14,6 +14,14 @@ the following format:
It also takes the remote name and URL as arguments. 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.
## SEE ALSO ## SEE ALSO
git-lfs-clean(1), git-lfs-push(1). git-lfs-clean(1), git-lfs-push(1).