no interest
parent
d8ee687dde
commit
61a515dac1
23
git-lfs.md
23
git-lfs.md
|
@ -1,23 +0,0 @@
|
||||||
# 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