On Github acannistra / ghpagestalk
~> git branch gh-pages
~> git push origin gh-pages
All the files in your <repo-name> repository are now live on the internet.
Help! My changes aren't going to the internet!
Important: only changes made on the gh-pages branch make it to the intertubes.
Made lots of changes on master that you want to move into gh-pages?
~> git checkout gh-pages ~> git rebase master
Note: no need to worry about a gh-pages branch. All content for user pages is served from master.
Follow me: @tonycannistra
{built with reveal.js}