intrepidcoder / monopoly

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

Create Background! #18

Closed pisaiah closed 6 years ago

pisaiah commented 8 years ago

created background

dolohow commented 8 years ago

I suggest you to squash the changes.

pisaiah commented 8 years ago

How to squash?

dolohow commented 8 years ago

You can use interactive rebase git rebase -i following with the branch name or number of commits HEAD~N where N is a number. Then you change the letters p to s of the commits you want to squash.

I am not sure, but something like git rebase -i gh-pages might work as well and then you won't need to count commits.

pisaiah commented 8 years ago

I can't use git (I use Github.com, not Git)

mschmo commented 7 years ago

I definitely recommend squashing all those "Update styles.css/index.html" (which by the way is a very uninformative commit message) as to not pollute the commit history.

pisaiah commented 7 years ago

Better version ( see #20 )