File size: 348 Bytes
1430324
 
 
 
 
 
cba9a6e
 
 
 
1430324
cba9a6e
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Run the following commands in the terminal to enable large file storage
git lfs install 
# or
brew install git-lfs
# then in the git folder you want to use git-lfs
git lfs track "*.pkl"
git lfs track "*.jpg"
git lfs track "*.jpeg"
git add .gitattributes
git add -A

git commit -m "update .gitattributes so git lfs will track .pkl files"

git push