Closed nhardy closed 10 years ago
Hrm, damn. If you close this and resubmit it it'll probably exclude the commits from the other PR's though
I'll try that and if not I can just merge master into this and retry.
Actually, try merging master in first
When in doubt, press the nearest big green button you see on GitHub.
XD
(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)
Did it.
It appears to have worked too :D
Definitely working on individual feature branches next time.
heh :) just remember to always git branch <name>
whilst on master, to ensure that you're branching off master
git checkout -b <branch-name>
please, plebeians.
@plausibility difference?
Same as
git branch <branch>
git checkout <branch>
fair enough, I've been taking the ful route of
git branch <branch-name>
git checkout <branch-name>
Including previous commits (other pull request(s))