git-lfs/docs
David Pursehouse 1b8ddaee78 Lock API doc: Don't use "already created lock" in example 500 error
If the lock already existed, this would presumably result in a
409 Conflict error, which is already documented with "already
created lock" as the example message.

Change the example message for 500 to "internal server error".

Change-Id: Ic71d6c454e1f049b0b89422f5f2737af5ef36727
Signed-off-by: David Pursehouse <dpursehouse@collab.net>
2017-03-14 16:49:52 +09:00
..
api
man
proposals
custom-transfers.md
extensions.md
linux-build.md
README.md
spec.md

Git LFS Documentation

Reference Manual

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

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

Videos

Developer Docs

Details of how the Git LFS client works are in the official specification. There is also an API specification that describes how the server works.