On 10 Nov 2008, at 22:13, Nicholas Van Weerdenburg wrote: > -fork main tracks repository on github > -git clone my github fork to my development box > -git clone my github cfork to my joyent account for deployment > -joyent: branch tag v1.6 to “development”.. via “git co v1.6 –b > development” (is this correct, and is it doing what I expect?) > -run on this > -development box: branch tag v1.6 to “development”. > -commit changes to “development” branch on my github > -pull from there to my joyent clone > -when wanting to patch, merge from development to master on github > and do a pull request.
This article: http://blog.insoshi.com/2008/10/14/setting-up-your-git-repositories-for-open-source-projects-at-github/ has some good advice for how to set up open source projects so that you can maintain a stable branch for your own use, do some hacking and contribute those changes back to the project. cheers, bsag -- but she's a girl - the weblog of a female geek http://www.rousette.org.uk [EMAIL PROTECTED] _______________________________________________ Tracks-discuss mailing list [email protected] http://lists.rousette.org.uk/mailman/listinfo/tracks-discuss
