git-lfs/docs
Chris Darroch d16c3d683e docs/man: note push --all only pushes local refs
As the "git lfs push --all" command does not (when used without
other arguments) push any objects not reachable from local refs,
i.e., specifically only those under refs/heads and refs/tags, we
note that this behaviour differs from that of "git lfs fetch --all"
and that users wanting to migrate repositories with these commands
may need to make additional pushes of non-local refs.
2022-03-02 11:51:26 -08:00
..
api docs: add support for hash algorithm detection 2021-09-09 16:15:43 +00:00
howto docs/howto: remind core team member to check Actions workflows 2022-02-14 15:46:15 +00:00
man docs/man: note push --all only pushes local refs 2022-03-02 11:51:26 -08:00
proposals Fix typos 2022-01-05 08:49:08 +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
l10n.md docs: add guidelines for localization 2022-01-18 17:03:24 +00: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.