From: "François Bissey" <frp.bissey@gmail.com>
To: gentoo-science@lists.gentoo.org
Subject: Re: [gentoo-science] overlay and github out of sync again
Date: Thu, 03 Jul 2014 09:25:47 +1200 [thread overview]
Message-ID: <4312263.unIChA6nMQ@qcd-nzi3> (raw)
In-Reply-To: <53B4053B.5040401@gentoo.org>
On Wed, 02 Jul 2014 15:12:27 Justin wrote:
> On 02/07/14 13:32, Jauhien Piatlicki wrote:
> > Hi,
> >
> > On 07/02/2014 01:19 PM, François Bissey wrote:
> >> Consider that I am the village idiot, you have to explain to me how you
> >> integrated the two branches that each had a commit that the other didn’t
> >> have.
> >
> > quite simple ;-)
> >
> > consider you have two branches in your local repo: github-master and
> > gentoo-master, and you have two remotes: github and gentoo. Then you do
> >
> > something like:
> > git checkout github-master
> > git pull
> > git checkout gentoo-master
> > git pull
> >
> > Now your local branches are in sync with remote, you can do merging
> >
> > git checkout github-master
> > git merge gentoo-master
> > git push github github-master:master
> >
> > git checkout gentoo-master
> > git merge github-master
> > git push gentoo gentoo-master:master
> >
> > You can do it with less commands, but I've written it this way, so
> > everything should be completely clear. )
> >
> > Regards,
> > Jauhien
>
> Hey guys,
>
> as I wrote some month ago, I placed a script into the script dir called
> "merge-dualHEAD" which we can use for syncing.
>
Can we put a note on the github wiki about it then? Because I remembered there
was something on the mailing list but yes it was months ago. Possibly a couple
of years even.
Francois
next prev parent reply other threads:[~2014-07-02 21:25 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-07-02 10:40 [gentoo-science] overlay and github out of sync again François Bissey
2014-07-02 11:16 ` Jauhien Piatlicki
2014-07-02 11:19 ` François Bissey
2014-07-02 11:32 ` Jauhien Piatlicki
2014-07-02 13:12 ` Justin (jlec)
2014-07-02 21:25 ` François Bissey [this message]
2014-07-02 21:38 ` François Bissey
2014-07-03 8:44 ` Justin (jlec)
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4312263.unIChA6nMQ@qcd-nzi3 \
--to=frp.bissey@gmail.com \
--cc=gentoo-science@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox