public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "Michael D Kinney" <michael.d.kinney@intel.com>
To: "devel@edk2.groups.io" <devel@edk2.groups.io>,
	"afish@apple.com" <afish@apple.com>,
	"Kinney, Michael D" <michael.d.kinney@intel.com>
Subject: Re: [edk2-devel] [staging/master]:master on edk2-staging is out of date.
Date: Tue, 26 Nov 2019 22:08:49 +0000	[thread overview]
Message-ID: <E92EE9817A31E24EB0585FDF735412F5B9E23F4F@ORSMSX113.amr.corp.intel.com> (raw)
In-Reply-To: <DD85B1F7-0E97-45A7-AAAF-2A7C34E91A98@apple.com>

Hi Andrew,

The easiest way to create an edk2-staging branch based on the latest edk2/master is to clone edk2-staging and then add edk2 repo as a remote.  Fetch edk2 and checkout edk2/master.  Then create a local branch for Bz2387 based on edk2/master.  When you want to share, push your local branch to edk2-staging.

    git clone https://github.com/tianocore/edk2-staging.git
    cd edk2-staging
    git remote add edk2 https://github.com/tianocore/edk2.git
    git fetch edk2
    git checkout edk2/master -b Bz2387
    git remote remove edk2

    #
    # Make local changes
    #

    #
    # Push new branch to origin (https://github.com/tianocore/edk2-staging.git)
    #
    git push origin Bz2387

Mike

From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of Andrew Fish via Groups.Io
Sent: Tuesday, November 26, 2019 1:42 PM
To: devel@edk2.groups.io
Subject: [edk2-devel] [staging/master]:master on edk2-staging is out of date.

I was looking at creating a staging branch to work on Bz2387. The README  [1] for edk2-staging (about branch) mentions that edk2-staging/master tracks edk2/master, but I see it was last synced in June? 

I'm not clear on the process for updating the edk2-staging/master? It is not setup to update on pull. There seems to have been a lot of work on the EmulatorPkg and I'd like to sync my staging branch with the current master if possible? 

[1] https://github.com/tianocore/edk2-staging

[Step 1 is already completed, it is here for documentation purposes; proceed to 2)]
1) Create a new repo called edk2-staging
	a) edk2-staging is a fork of edk2
	b) edk2-staging/master tracks edk2/master



  reply	other threads:[~2019-11-26 22:08 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-26 21:41 [staging/master]:master on edk2-staging is out of date Andrew Fish
2019-11-26 22:08 ` Michael D Kinney [this message]
2019-11-27  0:25   ` [edk2-devel] " Andrew Fish
2019-11-27  1:15     ` Michael D Kinney

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-list 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=E92EE9817A31E24EB0585FDF735412F5B9E23F4F@ORSMSX113.amr.corp.intel.com \
    --to=devel@edk2.groups.io \
    /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