On Feb 17, 2009, at 6:43 PM, C. Titus Brown wrote: > Technical question for you: how are you using git to roll all the > patches together?
I create a temporary branch named something like "temp_titus", in which I apply the patches (or pull from someone's git repository branch containing their changes). I then review the changes using gitk. If I see problems or have questions I email the author. Otherwise I make further changes (if any) as new commits in the same branch, and run all the tests. When everything seems ready, I switch back to the master branch, merge the changes from the temporary branch, and finally push the latest master changes to the public git repository. -- Chris --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pygr-dev" 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/pygr-dev?hl=en -~----------~----~----~----~------~----~------~--~---
