european-lisp-symposium / els-web

European Lisp Symposium Website Tools
https://european-lisp-symposium.org
19 stars 8 forks source link

Activate Git-LFS #18

Closed Shinmera closed 5 years ago

Shinmera commented 5 years ago

Since we host quite a few very large files for slides and proceedings we should activate and use Git-LFS.

Shinmera commented 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:

  1. Install git-lfs from your package manager. Typically just a package named git-lfs
  2. git lfs install
  3. git clone git@github.com:european-lisp-symposium/els-web --branch=lfs
  4. cat els-web/output/static/favicon.png

If everything went right it should spew out some binary data.

didierverna commented 5 years ago

Yes, it works.

Shinmera commented 5 years ago

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.