Skip to content

Instantly share code, notes, and snippets.

@OlegIlyenko
Created December 11, 2011 19:46
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 OlegIlyenko/1462353 to your computer and use it in GitHub Desktop.
Save OlegIlyenko/1462353 to your computer and use it in GitHub Desktop.
Creating gh-pages branch in git repository
$ 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