Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

git large files storage

first install git large file storge from: https://git-lfs.github.com

then go to the repository and open the trminal and write:
git lfs install

track files:
git lfs track "*.bat"
git lfs track "assets/*"

then add commit and push:
git add .
git commit .
git push
Source by arfc.github.io #
 
PREVIOUS NEXT
Tagged: #git #large #files #storage
ADD COMMENT
Topic
Name
3+3 =