git-lfs/docs
Eng Zer Jun 2ebe3ba361
Replace deprecated io/ioutil functions
The io/ioutil package has been deprecated as of Go 1.16 [1]. This commit
replaces the existing io/ioutil functions with their new definitions in
io and os packages.

[1]: https://golang.org/doc/go1.16#ioutil
Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
2024-01-11 03:48:51 +08:00
..
api note deprecation of NTLM 2022-05-04 08:30:32 -04:00
howto add loong64 support 2024-01-04 10:25:23 +08:00
man Replace deprecated io/ioutil functions 2024-01-11 03:48:51 +08:00
proposals doc: update ssh_adapter.md 2023-10-26 16:14:14 -04: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
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.