* How to create branches above master
@ 2010-08-04 7:22 Bharani Prasad
2010-08-04 8:07 ` Ævar Arnfjörð Bjarmason
0 siblings, 1 reply; 3+ messages in thread
From: Bharani Prasad @ 2010-08-04 7:22 UTC (permalink / raw)
To: git
Hi,
I am using git-repository along with gerrit server for code review, I want
to create branches called "Integration" branch & "Release" branch
I got different projects which I need to integrate in "integrate" branch and
give it to testing and once the bugs are fixed it should go to "release"
branch.
Currently we are using master and private branches...
Please do help me with this issue, as it is critical...
And also can you suggest me what can I use for Continuous build system in
Linux Fedora
--
View this message in context: http://old.nabble.com/How-to-create-branches-above-master-tp29342864p29342864.html
Sent from the git mailing list archive at Nabble.com.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: How to create branches above master
2010-08-04 7:22 How to create branches above master Bharani Prasad
@ 2010-08-04 8:07 ` Ævar Arnfjörð Bjarmason
2010-08-04 12:04 ` Jared Hance
0 siblings, 1 reply; 3+ messages in thread
From: Ævar Arnfjörð Bjarmason @ 2010-08-04 8:07 UTC (permalink / raw)
To: Bharani Prasad; +Cc: git
On Wed, Aug 4, 2010 at 07:22, Bharani Prasad <bharaniprasadvs@gmail.com> wrote:
> I am using git-repository along with gerrit server for code review, I want
> to create branches called "Integration" branch & "Release" branch
What's stopping you? See git-checkout(1) for how to create branches.
> I got different projects which I need to integrate in "integrate" branch and
> give it to testing and once the bugs are fixed it should go to "release"
> branch.
See git-merge(1) et al for how to merge branches.
> Please do help me with this issue, as it is critical...
Please ask more specific questions if you'd like useful answers.
> And also can you suggest me what can I use for Continuous build system in
> Linux Fedora
Buildbot? Any of the intersection between Google's results for
"continuous integration" and "git". They're all good.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: How to create branches above master
2010-08-04 8:07 ` Ævar Arnfjörð Bjarmason
@ 2010-08-04 12:04 ` Jared Hance
0 siblings, 0 replies; 3+ messages in thread
From: Jared Hance @ 2010-08-04 12:04 UTC (permalink / raw)
To: git
To Bharani: It sounds like you are using one repository for
multiple projects. Git doesn't handle this use case very well.
On Wed, Aug 04, 2010 at 08:07:56AM +0000, Ævar Arnfjörð Bjarmason wrote:
> > I got different projects which I need to integrate in "integrate" branch and
> > give it to testing and once the bugs are fixed it should go to "release"
> > branch.
>
> See git-merge(1) et al for how to merge branches.
I think he might need git-cherrypick for this use-case since you don't
want to merge all of integration into release.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-08-04 12:04 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-04 7:22 How to create branches above master Bharani Prasad
2010-08-04 8:07 ` Ævar Arnfjörð Bjarmason
2010-08-04 12:04 ` Jared Hance
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).