# 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 |
# 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 |