git remote -v
https://help.github.com/articles/fork-a-repo/
git fetch upstream
git lfs install
git lfs track bigfile.tif
git add .git attributes
git add bigfile.tif
git commit -a -m "using lfs for bigfile.tif"
git push
git remote -v
https://help.github.com/articles/fork-a-repo/
git fetch upstream
git lfs install
git lfs track bigfile.tif
git add .git attributes
git add bigfile.tif
git commit -a -m "using lfs for bigfile.tif"
git push