Excerpts from Tero Tilus's message of Tue Dec 29 14:34:33 -0500 2009: > I'm still a bit newbie with git. I'd like to hear how do you folks > develop/use sup. What's your workflow? Do you run master, next or > some own branch? If own, where do you fork and how do you track > upstream and your own patches? Detailed git commands appreciated.
When I used to maintain a few patches on top of Git (I don't think I have any right now, since they became unnecessary when I switched to Xapian and OfflineImap), I'd have them on top of my local next branch; when pulling changes I'd: git fetch git rebase origin/next I used to run master, but switched to next on advice that it was fairly stable. Cheers, Edward _______________________________________________ Sup-devel mailing list Sup-devel@rubyforge.org http://rubyforge.org/mailman/listinfo/sup-devel