Trebek / pydealer

A simple package containing classes/methods for constructing decks of playing cards (standard 'French deck'). Could be used for a CLI game, or even a graphical game as well.
http://pydealer.rtfd.org
GNU General Public License v3.0
78 stars 19 forks source link

Trying to merge dev into master. #8

Closed Trebek closed 10 years ago

Trebek commented 10 years ago

Something doesn't seem to be working right. I merged the dev branch into the master branch (using the windows git client), and everything seemed to work okay, but on Github it says the dev branch is 3 commits ahead, and 2 behind the master, which doesn't make sense to me, since they are now the same. I seem to be missing something. I thought merging would just merge all the changes into the master, and then dev would be 0 ahead, and 0 behind. But that isn't the case...I am trying a pull request, and merge instead, through the Github site, to see if that fixes it. I really hope this doesn't mess everything up. I wouldn't be surprised if it does. Github confuses me. it seems simple, yet I can still manage to f&#$ things up.