I run the following instructions to test git lfs and everything worked fine!
- git clone https://github.com/agila5/test-lfs.git
- git status
- git add simulate-data.R
- git commit -m "setup"
- git lfs install
- git lfs track '*.csv'
- git add .gitattributes
- git add data/test.csv
- git status
- git commit -m "test lfs"
- git status
- git lfs ls-files
- git push