Imported Upstream version 2.5.1
[scm/test.git] / docs / README.md
1 # Git LFS Documentation
2
3 ## Reference Manual
4
5 Each Git LFS subcommand is documented in the [official man pages](man). Any of
6 these can also be viewed from the command line:
7
8 ```bash
9 $ git lfs help <command>
10 $ git lfs <command> -h
11 ```
12 ## Videos
13
14 * [How to Work with Big Files](https://www.youtube.com/watch?v=uLR1RNqJ1Mw) -
15 Quick intro to Git LFS.
16
17 ## Developer Docs
18
19 Details of how the Git LFS **client** works are in the [official specification](spec.md).
20
21 Details of how the GIT LFS **server** works are in the [API specification](api).