Pushing to Git with LFS

  1. add .gitattributes to the root folder of your repo
  2. git init if you haven't
  3. git lfs install
  4. git lfs track "*.zip" or other file / extensions whatever (like .gitignore)
  5. push normally:
    git add .
    git commit -m "a commit"
    git push origin master

ref: https://git-lfs.github.com/