GitHub Pages (Live website) - lmucs/seaver-connect GitHub Wiki

  • The website that you can access here is a direct reflection of lmucs/seaver-connect's gh-pages branch.

Pushing to gh-pages

  • Copy the content in origin/seaver-connect/web to a temporary folder.
  • Switch to the gh-pages branch using git checkout gh-pages.
  • Overwrite the content in this branch by pasting in the items in your temporary folder.
  • git commit -a and git push origin gh-pages to push to origin.
  • Visit http://[your username here].github.io/seaver-connect to double check that everything is working.
  • Initiate a pull request for your code to be pulled to upstream.