On Sep 2, 2009, at 7:56 PM, Nigel Kersten wrote: > > On Wed, Sep 2, 2009 at 6:15 PM, Steven Jenkins<[email protected]> > wrote: >> >> Luke Kanies wrote: >> ... >>>> 1- What is the right remote repo to use as the default? I'm >>>> thinking there >>>> should be two remotes: default pull and default push. >>> >>> For development branches? I don't understand why. >> >> For example, I always push to my own github repo, but seldom pull >> from it. I >> pull from either the main repo, or (more often) from someone else's >> when I'm >> collaborating on something. My 'origin' for Puppet is >> git://reductivelabs.com/puppet, and I (personally) usually specify >> my remote >> repo for a push. > > fwiw ++ > > I nigelk$ git remote -v show > lak git://github.com/lak/puppet.git (fetch) > lak git://github.com/lak/puppet.git (push) > origin [email protected]:nigelkersten/puppet.git (fetch) > origin [email protected]:nigelkersten/puppet.git (push) > reductive git://github.com/reductivelabs/puppet.git (fetch) > reductive git://github.com/reductivelabs/puppet.git (push) > > I pull from reductive almost exclusively and push to my own almost > exclusively.
I sometimes do dev on multiple machines, so I do a bit of both, but yeah, mostly push to my repo and pull from the central repo. -- I worry that the person who thought up Muzak may be thinking up something else. -- Lily Tomlin --------------------------------------------------------------------- Luke Kanies | http://reductivelabs.com | http://madstop.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Developers" 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/puppet-dev?hl=en -~----------~----~----~----~------~----~------~--~---
