Skip to content

Instantly share code, notes, and snippets.

@valentin-radulescu-hs
Created October 1, 2016 19:50
Show Gist options
  • Save valentin-radulescu-hs/5e9cc28a1978bf601ab43498eea3917c to your computer and use it in GitHub Desktop.
Save valentin-radulescu-hs/5e9cc28a1978bf601ab43498eea3917c to your computer and use it in GitHub Desktop.
Install GIT LFS, track a file and commit
brew install git-lfs
git lfs install
git lfs track "*.png"
git add baseline.png
git commit -m "Add baseline file"
git push origin master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment