Skip to content

Instantly share code, notes, and snippets.

@dagezi
Created March 13, 2014 04:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dagezi/9521964 to your computer and use it in GitHub Desktop.
Save dagezi/9521964 to your computer and use it in GitHub Desktop.
reveal.jsで作った資料を github pagesにホストさせる手順 ref: http://qiita.com/dagezi/items/57e1ae6f268594a16dfd
*potatotips5<master> git branch -rd origin/gh-pages
Deleted remote branch origin/gh-pages (was 6255a81).
*potatotips5<master> git push origin --delete gh-pages
To git@github.com:dagezi/potatotips5.git
- [deleted] gh-pages
*potatotips5<master> git checkout -b gh-pages
Switched to a new branch 'gh-pages'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment