File: README.md

package info (click to toggle)
git-lfs 2.7.1-1%2Bdeb10u1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 3,976 kB
  • sloc: sh: 13,903; makefile: 333; ruby: 100
file content (21 lines) | stat: -rw-r--r-- 539 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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).