Ionic based hybrid HTML5 app prototype
webdashappdotio.github.io/Ionic-Showcase
bower install
Create Github Page branch manually,
then set up your .git/config
file this way:
[remote "origin"]
url = git@github.com:WebDashAppDotIo/Ionic-Showcase.git
fetch = +refs/heads/*:refs/remotes/origin/*
push = +refs/heads/master:refs/heads/gh-pages
push = +refs/heads/master:refs/heads/master
Then git push
will keep gh-pages
branch mirrored on master
.