File size: 211 Bytes
1430324
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
# 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 add .gitattributes