git-lfs/docs
Chris Darroch d61200285d docs/man: add note re post-import use of checkout
Note in the git-lfs-migrate man page that it is not abnormal
for the import process to leave Git LFS pointers in the working
directory and that these can be updated with git-lfs-checkout.
2021-05-18 15:04:12 -07:00
..
api docs: suggest using main as the default branch 2021-02-02 14:40:50 +00:00
howto docs: prepare for rename of default branch name 2021-02-02 14:40:51 +00:00
man docs/man: add note re post-import use of checkout 2021-05-18 15:04:12 -07:00
proposals Add example for verify and abort 2021-03-18 16:33:13 +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.