- first, make sure you have been pushing your project to github
- if you're in a good spot for your project, commit and push to master
- go into your project directory in your terminal
- run
git checkout -b gh-pages
- then run
git commit -am "gh-pages branch"
- then
git push origin gh-pages
- if all has been ran and set up properly, you should be able to see your project at
- https://your-github-user-name.github.io/project-name/