git-lfs/docs/README.md

22 lines
539 B
Markdown
Raw Normal View History

# Git LFS Documentation
2014-06-02 14:03:37 +00:00
## Reference Manual
Each Git LFS subcommand is documented in the [official man pages](man). Any of
these can also be viewed from the command line:
```bash
$ git lfs help <command>
$ git lfs <command> -h
```
2015-09-25 19:41:12 +00:00
## Videos
* [How to Work with Big Files](https://www.youtube.com/watch?v=uLR1RNqJ1Mw) -
Quick intro to Git LFS.
## Developer Docs
Details of how the Git LFS **client** works are in the [official specification](spec.md).
Details of how the GIT LFS **server** works are in the [API specification](api).