|
|
|
Start by installing git-lfs command line extension on your user by running the following commands:
|
|
|
|
|
|
|
|
`curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | sudo bash`
|
|
|
|
|
|
|
|
`sudo apt-get install git-lfs`
|
|
|
|
|
|
|
|
Now install git-lfs in the repository by running:
|
|
|
|
`git lfs install`
|
|
|
|
|
|
|
|
To add files to track for git-lfs use the following command:
|
|
|
|
`git lfs track`, to for example store .png files with git-lfs write: `git lfs track "*.png"`
|
|
|
|
|
|
|
|
Aaand finished! |
|
|
|
\ No newline at end of file |