gluster-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gluster-devel] submit changes to release-3.3


From: Niels de Vos
Subject: Re: [Gluster-devel] submit changes to release-3.3
Date: Fri, 15 Jun 2012 15:29:45 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.4) Gecko/20120422 Thunderbird/10.0.4

On 06/15/2012 02:54 PM, Jeff Darcy wrote:
On 06/15/2012 01:34 AM, Shishir Gowda wrote:
Hi Emmanuel,

Please change to release-3.3 branch on the git.
'git checkout -b release-3.3 origin/release-3.3'

A slight alternative is to create the branch as an explicit tracking branch, so
that "git pull" etc. do the right things without needing to specify the repo
and branch every time.

        git branch -t release-3.3 origin/release-3.3
        git checkout release-3.3

AFAIK the -b and -t functions are not available in a single command, because
that would be convenient and this is git.  ;)

Oh, but you can do that:

        git checkout -t -b release-3.3 origin/release-3.3


Apply your changes, and commit them.

The rfc.sh script will identify it as release-3.3 and do the needfull.

With regards,
Shishir

----- Original Message -----
From: "Emmanuel Dreyfus"<address@hidden>
To: address@hidden
Sent: Friday, June 15, 2012 10:39:33 AM
Subject: [Gluster-devel] submit changes to release-3.3

Hi

Is there some doc explaining how should I submit changes to release-3.3?
I mean what should I tell to git and rfc.sh...



_______________________________________________
Gluster-devel mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/gluster-devel


--
Niels de Vos
Software Maintenance Engineer
Global Support Services
Red Hat



reply via email to

[Prev in Thread] Current Thread [Next in Thread]