Skip to content

Instantly share code, notes, and snippets.

View mrmnmly's full-sized avatar
🛌
Profile archived

mrmnmly mrmnmly

🛌
Profile archived
View GitHub Profile
@mrmnmly
mrmnmly / README.md
Last active September 21, 2015 08:12 — forked from chrisjacob/README.md
Setup GitHub Pages "gh-pages" branch as a subfolder within the "master" project on your local checkout - a step-by-step guide.

Intro

Setup GitHub Pages "gh-pages" branch as a subfolder within the "master" project on your local checkout.

IMPORTANT

If you plan on switching between different branches (e.g. git checkout master-experiment then revert back with git checkout master) you will loose your child folder from this tutorial (because it's in your .gitignore and is not part of your master branch).