Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 225 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 225 Bytes

Building the website:

  git checkout master
  git push origin --delete gh-pages
  git branch -D gh-pages
  git checkout --orphan gh-pages
  git commit -a -m "gh-pages branch tracks master"
  git push origin gh-pages