Quote:
Originally Posted by AtomicDryad
r29 mod3:
My todo list is now:
Feature freeze to merge with trunk on github.
|
I don't think you'll be able to just merge with trunk. You'll have to pull the trunk (thus creating your own local repository), adapt your code to the new structure, commit to a local branch, then push that local branch to github.
Quote:
Originally Posted by AtomicDryad
I've never used git, can someone copypasta commands I can use to upload a branch?
|
Try:
http://www.kernel.org/pub/software/s...er-manual.html
To get a local copy:
git clone git://github.com/erayd/flag.git
More than that, I've never done yet...
N.