I'm in the process of documenting and writing a blog post (with a non-determined publication date as of yet) about our development and deployment processes which I think would be a great help. There's no way we could do what we're doing (maintaining no less than 4 distinct states of the codebase) without something like Git. Highly recommend it, it will save your ass eventually. :)
Matt On Sun, Nov 30, 2008 at 3:02 AM, Dustin <[EMAIL PROTECTED]> wrote: > > > On Nov 29, 11:32 pm, AtsoK <[EMAIL PROTECTED]> wrote: > > Thanks for the reply Dustin. I have a quick noob question though: if I > > have multiple branches and I changed something in the master branch, > > can I make that change apply to all the other branches? > > For each branch where you want a change applied, you can check out > that branch and "git merge master" > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "GitHub" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/github?hl=en -~----------~----~----~----~------~----~------~--~---
