add git-lfs
parent
742bb40ee1
commit
c3e9ed2a6e
|
@ -0,0 +1,23 @@
|
||||||
|
# Git LFS
|
||||||
|
|
||||||
|
Read [Git Large File Storage](https://git-lfs.github.com/).
|
||||||
|
|
||||||
|
After install, run this once:
|
||||||
|
|
||||||
|
```sh
|
||||||
|
git lfs install
|
||||||
|
```
|
||||||
|
|
||||||
|
Select the file types for Git LFS to manage:
|
||||||
|
|
||||||
|
```sh
|
||||||
|
git lfs track "*.pdf"
|
||||||
|
```
|
||||||
|
|
||||||
|
Make sure `.gitattributes` is tracked:
|
||||||
|
|
||||||
|
```sh
|
||||||
|
git add .gitattributes
|
||||||
|
```
|
||||||
|
|
||||||
|
From now on, clone repository will call Git LFS if possible.
|
Loading…
Reference in New Issue