git-lfs/docs
Andrej Shadura 21fe764027
Add GIT_LFS_SKIP_PUSH to allow skipping the pre-push hook
It is sometimes useful to allow temporarily disabling Git LFS
functionality when doing git push, for example when pushing to
a remote that doesn’t support Git LFS.

This fixes the issue #3721.

Signed-off-by: Andrej Shadura <andrew.shadura@collabora.co.uk>
2020-09-29 09:46:49 +02:00
..
api docs/api/locking: add an explicit <br> 2020-08-07 16:37:01 +08:00
howto docs: update release howto with new process 2019-10-01 14:29:34 +00:00
man Add GIT_LFS_SKIP_PUSH to allow skipping the pre-push hook 2020-09-29 09:46:49 +02:00
proposals Fix typo 2019-08-22 00:47:31 +02:00
custom-transfers.md Fix typo 'initiation' 2019-08-22 00:24:14 +02:00
extensions.md Fix typo 2015-10-06 01:11:55 +09:00
linux-build.md Remove trailing whitespace 2018-10-03 20:34:13 +00:00
README.md Allow using custom transfer agents directly 2017-07-31 16:28:07 +02:00
spec.md docs/spec: document that pointer files are unique 2019-12-09 22:08:19 +00:00

Git LFS Documentation

Reference Manual

Each Git LFS subcommand is documented in the official man pages. Any of these can also be viewed from the command line:

$ git lfs help <command>
$ git lfs <command> -h

Videos

Developer Docs

Details of how the Git LFS client works are in the official specification.

Details of how the GIT LFS server works are in the API specification.