Creating GitHub pages from the command line
If you're familiar with command-line Git, it's straightforward to manually
create a Github Pages site.
Make a fresh clone
To set up a Project Github Pages site, you need to create a new "orphan" branch
(a branch that has no common history with an existing branch) in your
repository. The safest way to do this is to start with a fresh clone:
$ git clone github.com/user/repository.git
# Clone our repository
Cloning into 'repository'...
remote: Counting objects: 2791, done.
remote: Compressing obj