nelfin / othello

COMP3130 second group project
3 stars 0 forks source link

I have risen! #12

Closed CapnP closed 12 years ago

CapnP commented 12 years ago

Sorry for being MIA so long; but SML finally finished!

I've spent today having a browse through all the code and I gotta say it's looking mighty fine.

Is there anything important left to do before test runs tomorrow? I could look at doing some code cleaning? (we're supposed to email code to Stephen before the meeting)

nelfin commented 12 years ago

Just emailed Steve with d1d5b4d671c6884c305e816050197d6af326ffd4

nelfin commented 12 years ago

That's not to say nothing extra can't be done, but I emailed him with some code.

CapnP commented 12 years ago

Alright well that sounds good to me. Meeting after comp tomorrow to discuss tasks/direction? ... Also what's with the tag?

nelfin commented 12 years ago

It's an easy way to refer to a commit that's not the head of a branch. I use them a fair bit, but I don't normally push them (you have to go git push --tags, there might be a way to just push a single tag, but I can't remember it off the top of my head).

For example, I can go git archive alphabeta | gzip othello-alphabeta.tar.gz instead of checking out git log to find that my first working alpha-beta version was bd899958ef58497c39c70a7d5c5830b320cd5985

nelfin commented 12 years ago

Turns out you can just do git push origin <tagname> to push a single tag

CapnP commented 12 years ago

Sorry I meant the label. The 'tim_the_toolman' thing...

nelfin commented 12 years ago

Geez... way to not grow up in the 90s