git-lfs/docs
Chris Darroch 159376f79d docs/man/git-lfs-migrate: clarify re remote refs
When using the "git lfs migrate" command with its --everything option,
all commits reachable from any refs, local or remote, are considered
for migration; however, per PR #2559, only local refs are updated
after the migration to avoid desynchronizing remote refs with the
origin.

We therefore clarify this distinction in the command's manual page,
as well as clarifying that the "git push" command's --all option
refers only to local branches.
2023-03-31 01:16:15 -07:00
..
api note deprecation of NTLM 2022-05-04 08:30:32 -04:00
howto docs/howto: remind core team member to check Actions workflows 2022-02-14 15:46:15 +00:00
man docs/man/git-lfs-migrate: clarify re remote refs 2023-03-31 01:16:15 -07:00
proposals Updated the proposal doc 2022-07-22 08:23:41 +05:30
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 docs/README.md: remove stale video link 2023-03-28 21:49:12 -07: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

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.