add git-lfs

main
Tran Hau 2020-03-23 01:32:27 +07:00
parent 742bb40ee1
commit c3e9ed2a6e
1 changed files with 23 additions and 0 deletions

23
git-lfs.md Normal file
View File

@ -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.