Hi Erik, As I did explain in older's emails, the workflow in Git it's really simple, let me show you it:
You only need in essential commit and push against the remote repository, but you could compose the commit contain using the stage area, it will done in only one step if you wish that. Your local repository must be updated making pull over your local "develop" branch, and your work for tickets, experiments, features, etc... must be done in topic branches derived from your clean branch "develop". Your local topic branches must contain only your work and it's lifecycle exist only for a specific feature, until it's finished, at this moment you need merge your work with develop to push up to public remote repository, for this process you must before update your local branch develop from remote, and later merge it over your topic branch, this process cause your branch upgrade and made it mergeable over develop, and then only rest make a push on develop to publish all work in remote. When we talking about Pull-Request we done in order to Non-Official-Committers contributors, that may fork our remote repository, and contribute making a pull-request against our repo, where any committer (or whatever role you decided) can evaluate the contribution and admit or discard it from-to our work branch/es . That it's, more or less.. Best, -- Jose Barragan Software Architect Chief Codeoscopic Madrid C/. Infanta Mercedes, 92. Planta 5. 505. 28020 Madrid. Tel.: +34 912 94 80 80 On Nov 22, 2012, at 12:46 PM, Erik de Bruin <e...@ixsoftware.nl> wrote: > Ok, while we're on the subject… I did read all those articles, as they > came up around the time of the vote. I watched some tutorial all over > the web, including the one at Lynda.com. I'm still not sure about the > workflow part, though. I have a feeling I need to do a bunch more > steps on Git, than I need to do in SVN. As far as I understand, I need > to stage, commit and "pull request" in Git, while in SVN a commit is > enough. And I'm entirely in the dark how I keep my local branch up to > date with the latest and greatest from the develop branch or trunk. Do > I need to process all pull requests to these branches locally? How do > I know what is available for me to play with (whiteboards etc.)? Is > there a central place where all branches/copies etc. are documented? > > Lot's of questions, as you can see. Probably why I'm having a hard > time accepting that this something that's good for the project. But as > I said, I'll shut up now ;-) > > EdB > > > > On Thu, Nov 22, 2012 at 12:23 PM, Carlos Rovira > <carlos.rov...@codeoscopic.com> wrote: >> After you have some git knowledge, our voted branching strategy is in this >> simple blog post >> >> http://nvie.com/posts/a-successful-git-branching-model/ >> >> That's is all and resume the way people use GIT efficiently. >> >> If you use SourceTree on MAC (a free git client) you'll see that it >> integrates this as GitFlow (gitflow is the official project behind this >> workflow) >> >> We use it at work and we are very happy with the flexibility and commodity >> of the process. People here remember the SVN days as something of the past. >> >> >> >> 2012/11/22 Frédéric THOMAS <webdoubl...@hotmail.com> >> >>> lol, you can start here http://sixrevisions.com/**resources/git-tutorials- >>> **beginners/ <http://sixrevisions.com/resources/git-tutorials-beginners/>:-) >>> >>> >>> - Fred. >>> >>> -----Message d'origine----- From: Erik de Bruin >>> Sent: Thursday, November 22, 2012 12:02 PM >>> >>> To: flex-dev@incubator.apache.org >>> Subject: Re: write access to cms >>> >>> Redone (and no worries about "wasting my time", trying stuff is the >>> only way to learn new things… you should see me after the switch to >>> Git, I'm a total noob, I probable won't get anything done for weeks or >>> months ;-) >>> >>> EdB >>> >>> >>> On Thu, Nov 22, 2012 at 11:57 AM, Frédéric THOMAS >>> <webdoubl...@hotmail.com> wrote: >>> >>>> Cheers Erik, can you please redo it as I just changed it agin to complete >>>> my >>>> info :$ >>>> I'll pay more attention from now as I have to ask someone to publish it >>>> and >>>> I don't want to waste its time. >>>> >>>> - Fred. >>>> >>>> -----Message d'origine----- From: Erik de Bruin >>>> Sent: Thursday, November 22, 2012 11:42 AM >>>> >>>> To: flex-dev@incubator.apache.org >>>> Subject: Re: write access to cms >>>> >>>> @Frederic: published >>>> >>>> To all committers who can't publish (for whatever reason): feel free >>>> to drop me a (private) email requesting a publish, I'll do it asap. >>>> >>>> EdB >>>> >>>> >>>> >>>> On Thu, Nov 22, 2012 at 11:36 AM, Carlos Rovira >>>> <carlos.rov...@codeoscopic.com**> wrote: >>>> >>>>> >>>>> Ok, if I don't have to grants on CMS it's ok for me. If I should change >>>>> something I'll ask for some (P)PMC help here. I just trying to test that >>>>> all is setup ok for me. >>>>> >>>>> 2012/11/22 Bertrand Delacretaz <bdelacre...@apache.org> >>>>> >>>>> On Thu, Nov 22, 2012 at 11:24 AM, Carlos Rovira >>>>>> <carlos.rov...@codeoscopic.com**> wrote: >>>>>>> ...that's right, I tried that and that's ok. SVN committing is ok in >>>>>> global. >>>>>>> The only problem right now is CMS publishing... >>>>>> >>>>>> Publishing might be restricted to (P)PMC members, you might want to >>>>>> check with infrastructure@a.o. >>>>>> >>>>>> -Bertrand >>>>>> >>>>>> >>>>> >>>>> >>>>> -- >>>>> Carlos Rovira >>>>> Director de Tecnología >>>>> M: +34 607 22 60 05 >>>>> F: +34 912 35 57 77 >>>>> http://www.codeoscopic.com >>>>> http://www.directwriter.es >>>>> http://www.avant2.es >>>>> >>>> >>>> >>>> >>>> >>>> -- >>>> Ix Multimedia Software >>>> >>>> Jan Luykenstraat 27 >>>> 3521 VB Utrecht >>>> >>>> T. 06-51952295 >>>> I. www.ixsoftware.nl >>>> >>> >>> >>> >>> -- >>> Ix Multimedia Software >>> >>> Jan Luykenstraat 27 >>> 3521 VB Utrecht >>> >>> T. 06-51952295 >>> I. www.ixsoftware.nl >>> >> >> >> >> -- >> Carlos Rovira >> Director de Tecnología >> M: +34 607 22 60 05 >> F: +34 912 35 57 77 >> http://www.codeoscopic.com >> http://www.directwriter.es >> http://www.avant2.es > > > > -- > Ix Multimedia Software > > Jan Luykenstraat 27 > 3521 VB Utrecht > > T. 06-51952295 > I. www.ixsoftware.nl