git-lfs/docs
brian m. carlson 5c0165f05a
docs/man/mangen: format output according to goimports
goimports now fails when using the -l option and any file has been
changed.  In our case, this occurs in our CI run, since we run make to
generate the commands/mancontent_gen.go file and then run make test,
which formats it.

Since the only formatting error here is an indentation problem, this is
easy to fix by inserting a tab at the beginning of the three of our
output statements.  This is both easy and straightforward, so let's do
it.
2020-05-29 19:29:25 +00:00
..
api Fix JSON comma problems in docs 2019-10-10 09:44:07 +08:00
howto docs: update release howto with new process 2019-10-01 14:29:34 +00:00
man docs/man/mangen: format output according to goimports 2020-05-29 19:29:25 +00: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.