git-lfs/docs
epriestley 0c02383d3c Correct the batch upload/download skip detection documentation
See #1082 for discussion. I misunderstood this originally: it is
the presence or absence of `upload`, not `download`, which triggers
the client to skip transfers.
2016-03-18 04:25:44 -07:00
..
api Correct the batch upload/download skip detection documentation 2016-03-18 04:25:44 -07:00
man Implemented 'git lfs clone' 2016-02-11 12:36:19 +00:00
proposals fix the md formatting. linebreak waaaaar 2015-11-06 10:03:06 -08:00
extensions.md Fix typo 2015-10-06 01:11:55 +09:00
linux-build.md Format CentOS bullet points in linux-build.md 2015-08-24 16:23:14 -07:00
README.md typo 2016-02-22 09:16:12 -07:00
spec.md fix some more 'lfs init' references 2015-11-18 11:32:52 -07:00

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.