no interest

main
Tran Hau 2020-04-19 03:41:22 +07:00
parent d8ee687dde
commit 61a515dac1
1 changed files with 0 additions and 23 deletions

View File

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