Created
December 11, 2011 19:46
-
-
Save OlegIlyenko/1462353 to your computer and use it in GitHub Desktop.
Creating gh-pages branch in git repository
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ cd /path/to/fancypants | |
$ git symbolic-ref HEAD refs/heads/gh-pages | |
$ rm .git/index | |
$ git clean -fdx |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment