Skip to content

Instantly share code, notes, and snippets.

View mjvo's full-sized avatar

Mark Olson mjvo

View GitHub Profile
@mjvo
mjvo / Fork own Repo of Slide Server
Last active August 20, 2016 21:04
Git instructions for forking own repo using reveal-jekyll-slideserver as example
git clone https://github.com/mjvo/reveal-jekyll-slideserver NEW_REPO
cd NEW_REPO
[create NEW_REPO on github.com]
git remote set-url origin https://github.com/mjvo/NEW_REPO.git
git push origin gh-pages
git remote add upstream https://github.com/mjvo/reveal-jekyll-slideserver.git
git remote -v