michaelbutler / minesweeper

WebWorker powered Minesweeper game written in JavaScript, HTML and CSS.
https://michaelbutler.github.io/minesweeper/
GNU General Public License v3.0
39 stars 31 forks source link

You should create a gh-pages branch #3

Closed thebugjim closed 8 years ago

thebugjim commented 9 years ago

Look into gh-pages, I and a lot of people would probably love to try out your game, but it's a little inconvient to have to clone it. May as well just host on gh-pages for free!

michaelbutler commented 9 years ago

Yes, you're right. I should get around to hosting it. Thanks for the suggestion!

michaelbutler commented 9 years ago

@thebugjim I added a github pages entry for this project so you can actually play the game at http://michaelbutler.github.io/minesweeper/ -- Do you know how I can keep the github pages branch in sync with the master branch so I do not have to change the files in both branches? Should I just merge gh-pages to master and make that the one branch I use going forward?

thebugjim commented 9 years ago

I usually just keep committing to master, then push master onto gh-pages when I'm ready. Idk if there's a better way, but it's not that bad.

 git add -am 'hi'
 git push origin master
 git push origin master:gh-pages
michaelbutler commented 8 years ago

Done at http://michaelbutler.github.io/minesweeper/