ncss-2014-group-3 / word-by-word

Group 3's word at a time social network
7 stars 4 forks source link

Minor changes #44

Closed nhardy closed 10 years ago

nhardy commented 10 years ago

Including previous commits (other pull request(s))

Mause commented 10 years ago

Hrm, damn. If you close this and resubmit it it'll probably exclude the commits from the other PR's though

nhardy commented 10 years ago

I'll try that and if not I can just merge master into this and retry.

Mause commented 10 years ago

Actually, try merging master in first

sysr-q commented 10 years ago

When in doubt, press the nearest big green button you see on GitHub.

Mause commented 10 years ago

XD

Mause commented 10 years ago

(you'd have to do a PR do be able to hit a big green button and merge in master, and a PR is kinda overkill for that)

nhardy commented 10 years ago

Did it.

Mause commented 10 years ago

It appears to have worked too :D

nhardy commented 10 years ago

Definitely working on individual feature branches next time.

Mause commented 10 years ago

heh :) just remember to always git branch <name> whilst on master, to ensure that you're branching off master

sysr-q commented 10 years ago

git checkout -b <branch-name> please, plebeians.

Mause commented 10 years ago

@plausibility difference?

nhardy commented 10 years ago

Same as

git branch <branch>
git checkout <branch>
Mause commented 10 years ago

fair enough, I've been taking the ful route of

git branch <branch-name>
git checkout <branch-name>