Closed Shinmera closed 5 years ago
Okey, the lfs
branch now uses git-lfs.
@didierverna Could you please test to see that you can get git-lfs running on your machines? To do so, the following is necessary:
git-lfs
git lfs install
git clone git@github.com:european-lisp-symposium/els-web --branch=lfs
cat els-web/output/static/favicon.png
If everything went right it should spew out some binary data.
Yes, it works.
Fantastic, then I'll overwrite master with the lfs branch. Any clones of the master branch will need to do a git fetch origin
and git reset --hard origin/master
.
Since we host quite a few very large files for slides and proceedings we should activate and use Git-LFS.