From: Adam Panayis <adam@movency.com>
To: Pieter de Bie <pieter@frim.nl>
Cc: git@vger.kernel.org
Subject: Re: Strange branch merging.
Date: Thu, 12 Feb 2009 12:59:56 +0000 [thread overview]
Message-ID: <49941D4C.80502@movency.com> (raw)
In-Reply-To: <FADBCA93-6742-43E8-A4A6-0090FBFF8BAB@frim.nl>
Pieter de Bie wrote:
> Hey,
>
> [ Please don't top-post here, it makes following the discussion harder ]
>
> On Feb 12, 2009, at 12:40 PM, Adam Panayis wrote:
>> When I try to do that on box B I get the master branch from box A but
>> I get the changes made to branch blah on box A.
>>
>> I do not understand why, on box B, the master branch is showing
>> changes made to the blah branch on box A. (Yet on box A the changes
>> to the blah branch are not shown in the master)
>
> You probably pulled in the 'blah' branch rather than the 'master'
> branch because that was
> the branch that is checked out on box A. You can verify this by
> looking at 'git log' and
> see that the commit on the blah branch is also there. To pull the
> master branch, specify
> it explicitly, like this:
>
> git pull boxA:path/to/repo master
>
> - Pieter
Pieter, thank you very much. Looks like that is indeed the mistake I was
making.
next prev parent reply other threads:[~2009-02-12 13:01 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-02-12 11:52 Strange branch merging Adam Panayis
2009-02-12 12:27 ` Pieter de Bie
2009-02-12 12:40 ` Adam Panayis
2009-02-12 12:42 ` Pieter de Bie
2009-02-12 12:59 ` Adam Panayis [this message]
2009-02-12 13:08 ` Sitaram Chamarty
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=49941D4C.80502@movency.com \
--to=adam@movency.com \
--cc=git@vger.kernel.org \
--cc=pieter@frim.nl \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.