Skip to content
Alexander Konovalov edited this page Sep 25, 2016 · 25 revisions

Welcome to the gap-lesson wiki!

How to update template by @gvwilson:

  1. git remote add styles [email protected]:swcarpentry/styles.git # once
  2. git checkout gh-pages # just to be sure
  3. git pull styles gh-pages # to get the latest changes

and then merge as needed (but there should not be any conflicts, since people should not edit/modify the files stored in 'styles' in lesson repositories).