How to save huge files on GIthub

curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | sudo bash - RUN INSIDE REPO TO BE USED

sudo apt install git-lfs

git lfs install - INITIALIZE ENVIRONMENT

git lfs track "*.psd" - RUN IN REPO YOU WANT TO USE git lfs AND SPECIFY FILES OR FOLDERS TO TRACK

git status - VIEW FILES USING git lfs

git add .gitattributes - Now make sure .gitattributes is tracked:

git add FILES_TO_ADD

git commit (NORMALLY)

git push origin master - SIMPLE COMMAND TO PUSH

 

If you need assistance with your projects feel free to email me at info@airgad.com or whatsapp Jesse stay safe!