The Beautiful Future

git lfs 본문

카테고리 없음

git lfs

Small Octopus 2022. 3. 15. 15:19

curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | sudo bash

cd dir

git init

git lfs install

git lfs track "*.avi"

git add .gitattributes

git lfs ls-files

git add .

git commit -m "abcd"

git push origin master

 

Comments