git-lfs/docs
brian m. carlson 883cacf9cb
docs/api: document a new batch error code
In some cases, it may be useful to return an error code if the number of
objects in the batch response is too larger for the server to handle.
Document the 413 error code for this case, since it is in use by at
least one implementation for this purpose.
2019-05-15 21:37:29 +00:00
..
api docs/api: document a new batch error code 2019-05-15 21:37:29 +00:00
howto docs/howto: update invocation for signing assets 2019-02-21 20:33:47 +00:00
man Merge pull request #3569 from mstrap/issue-3252 2019-04-16 16:43:53 +00:00
proposals docs/proposals: propose an SSH protocol 2018-10-05 18:57:24 +00:00
custom-transfers.md tq: pass custom transfer adapter args to the shell 2018-09-14 23:52:38 +00: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 spec: mention that an empty file is its own LFS pointer 2017-07-28 16:42:17 -04: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.