git-lfs/docs/README.md
Alexandru Băluț 09b7c5381b Allow using custom transfer agents directly
Some custom transfer agents figure out everything by themselves and don't need
any authentication or transfer details from the API server.

Added the `lfs.standalonetransferagent` config option for specifying which
custom agent should be used directly.
2017-07-31 16:28:07 +02:00

22 lines
539 B
Markdown

# Git LFS Documentation
## 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
```
## 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).