Answers for "git large files storage"

1

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
Posted by: Guest on April-26-2022

Code answers related to "git large files storage"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language