From: Avery Pennarun <apenwarr@gmail.com>
To: elyod72 <elyod72@gmail.com>
Cc: git@vger.kernel.org
Subject: Re: Updating a branch.
Date: Thu, 22 Oct 2009 15:26:04 -0400 [thread overview]
Message-ID: <32541b130910221226t78f27976t69d0093aa7ba417c@mail.gmail.com> (raw)
In-Reply-To: <26015707.post@talk.nabble.com>
On Thu, Oct 22, 2009 at 3:21 PM, elyod72 <elyod72@gmail.com> wrote:
> I have my Master branch.
> I then create a new branch named Test.
> I then make changes and additions to the test branch.
> At the same time I make changes to the Master branch.
> Now I want to update the Test branch with the latest information from the
> Master branch.
>
> How do I go about doing that?
git checkout Test
git merge Master
next prev parent reply other threads:[~2009-10-22 19:26 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-10-22 19:21 Updating a branch elyod72
2009-10-22 19:26 ` Avery Pennarun [this message]
2009-10-22 20:31 ` Tim Henigan
2009-10-28 12:03 ` Tim Mazid
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=32541b130910221226t78f27976t69d0093aa7ba417c@mail.gmail.com \
--to=apenwarr@gmail.com \
--cc=elyod72@gmail.com \
--cc=git@vger.kernel.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;
as well as URLs for NNTP newsgroup(s).