Create project site for github repo
If you want to create github project sites follow the instructions as Github Pages.
- Create your project repository.
- Add files to repository
- Push changes, this will be your master branch
- Create gh-pages branch, you can use a git ui tool to do this.
- Clean files in this branch because this branch will serve as the deployment branch.
- Add html files to this branch
- Push changes
- git push origin gh-pages
- Visit your project site:
- http://xiemingzhi.github.io/angularjswebapp/#/
Comments