intrepidcoder / monopoly

A fully functional Monopoly game in JavaScript and HTML/CSS. Play online: https://www.intrepidcoder.com/projects/monopoly/
MIT License
353 stars 214 forks source link

Master branch is not having the latest version of a game #15

Closed dolohow closed 6 years ago

dolohow commented 8 years ago

There is a common practise among people to use "master" branch as main branch. Currently "gh-pages" is leading branch which might be confused for people who want to contribute or gets the latest version of a game.

intrepidcoder commented 6 years ago

I updated master one last time to clean up and add a license and made master the default branch. The master branch is now preferred over gh-pages, which has a separate development history and is copyrighted.