Created
October 1, 2016 19:50
-
-
Save valentin-radulescu-hs/5e9cc28a1978bf601ab43498eea3917c to your computer and use it in GitHub Desktop.
Install GIT LFS, track a file and commit
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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