From 61a515dac16cd89f0f89249720733e1c2887c832 Mon Sep 17 00:00:00 2001 From: Tran Hau Date: Sun, 19 Apr 2020 03:41:22 +0700 Subject: [PATCH] no interest --- git-lfs.md | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 git-lfs.md diff --git a/git-lfs.md b/git-lfs.md deleted file mode 100644 index b8d9717..0000000 --- a/git-lfs.md +++ /dev/null @@ -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.