Re: [Wikitech-l] Gerrit question: pushing to another branch

2012-10-24 Thread Daniel Friesen
On Tue, 05 Jun 2012 01:13:05 -0700, Marcin Cieslak sa...@saper.info wrote: Bergi a.d.be...@web.de wrote: Doesn't Git encourage us to create as many branches as we can, to share our work and collaborate? Or should I publish my branch(es) somewhere else, maybe without gerrit at all? Sorry to

Re: [Wikitech-l] Gerrit question: pushing to another branch

2012-06-07 Thread Brion Vibber
On Wed, Jun 6, 2012 at 1:45 AM, Bergi a.d.be...@web.de wrote: But I thought there was a possibility to push to our repository without using Gerrit / being affected by Gerrit at all? I can understand that Gerrit is a nice review tool which is useful for the production and master branches, but

Re: [Wikitech-l] Gerrit question: pushing to another branch

2012-06-05 Thread Marcin Cieslak
Bergi a.d.be...@web.de wrote: Doesn't Git encourage us to create as many branches as we can, to share our work and collaborate? Or should I publish my branch(es) somewhere else, maybe without gerrit at all? Sorry to say this and many people here might disagree: Forget 80% of git

Re: [Wikitech-l] Gerrit question: pushing to another branch

2012-06-05 Thread Bergi
Marcin Cieslak schrieb: Bergia.d.be...@web.de wrote: Doesn't Git encourage us to create as many branches as we can, to share our work and collaborate? Or should I publish my branch(es) somewhere else, maybe without gerrit at all? You are supposed to push one perfect commit for review; you

Re: [Wikitech-l] Gerrit question: pushing to another branch

2012-05-31 Thread Bergi
Marcin Cieslak schrieb: Ryan Kaldarirkald...@wikimedia.org wrote: How do you create the new branch on gerrit? In Gerrit Web UI: Admin - Projects - (choose project) - Branches - Create branch I justed wanted to create a new remote branch today to show other my work. With the usual

Re: [Wikitech-l] Gerrit question: pushing to another branch

2012-05-30 Thread Ryan Kaldari
How do you create the new branch on gerrit? Ryan Kaldari On 5/29/12 6:22 AM, Jeroen De Dauw wrote: Hey, Thanks all for pointing to the already existing solution :) One note I'd like to add for people that want to do this: you need to create the branch on gerrit first, else git review will go

Re: [Wikitech-l] Gerrit question: pushing to another branch

2012-05-30 Thread Marcin Cieslak
Ryan Kaldari rkald...@wikimedia.org wrote: How do you create the new branch on gerrit? In Gerrit Web UI: Admin - Projects - (choose project) - Branches - Create branch //Saper ___ Wikitech-l mailing list Wikitech-l@lists.wikimedia.org

Re: [Wikitech-l] Gerrit question: pushing to another branch

2012-05-29 Thread Jeroen De Dauw
Hey, Thanks all for pointing to the already existing solution :) One note I'd like to add for people that want to do this: you need to create the branch on gerrit first, else git review will go mad at you. Cheers -- Jeroen De Dauw http://www.bn2vs.com Don't panic. Don't be evil. --

Re: [Wikitech-l] Gerrit question: pushing to another branch

2012-05-24 Thread Roan Kattouw
On Wed, May 23, 2012 at 7:06 AM, Antoine Musso hashar+...@free.fr wrote: I think the branch is given as an argument to git-review, aka:  git review [BRANCH] That's right. You can submit to a different branch by running 'git review branchname'. Also, if you create a branch that's gonna stick

[Wikitech-l] Gerrit question: pushing to another branch

2012-05-23 Thread Jeroen De Dauw
Hey, Is it possible to push to a branch other then the default one on gerrit using git review? This is needed when you want to have more then one branch on which you have reviewed code, or if you want different levels of review. For example if you want a novice committer play around with an

Re: [Wikitech-l] Gerrit question: pushing to another branch

2012-05-23 Thread Jon Robson
I too have been wondering how to do this. My main use cases are 1) when I want to easily share something experimental with others (my current process involves pushing for review and then having to remember to -1 it) 2) when I want to collaborate with someone (without the ability to push to

Re: [Wikitech-l] Gerrit question: pushing to another branch

2012-05-23 Thread Chad
On Wed, May 23, 2012 at 8:00 AM, Jeroen De Dauw jeroended...@gmail.com wrote: Hey, Is it possible to push to a branch other then the default one on gerrit using git review? This is needed when you want to have more then one branch on which you have reviewed code, or if you want different

Re: [Wikitech-l] Gerrit question: pushing to another branch

2012-05-23 Thread Antoine Musso
Le 23/05/12 14:00, Jeroen De Dauw a écrit : Hey, Is it possible to push to a branch other then the default one on gerrit using git review? I think the branch is given as an argument to git-review, aka: git review [BRANCH] -- Antoine hashar Musso