From: Joshua Jensen <jjensen@workspacewhiz.com>
To: "git@vger.kernel.org" <git@vger.kernel.org>
Subject: git pull --rebase differs in behavior from git fetch + git rebase
Date: Thu, 26 Aug 2010 20:59:13 -0600 [thread overview]
Message-ID: <4C772A01.5030207@workspacewhiz.com> (raw)
I have a case where 'git pull --rebase' does not do the Right Thing
(according to me).
If I run 'git rebase origin/master', that rebase does the right thing,
perfectly reapplying my *single* commit on top of the upstream.
'git pull --rebase' ends up reapplying a bunch of much earlier commits
and ends up with a conflict.
The documentation for git pull --rebase states: "Instead of a merge,
perform a rebase after fetching. If there is a remote ref for the
upstream branch, and this branch was rebased since last fetched, the
rebase uses that information to avoid rebasing non-local changes." I do
not understand
I'm studying the git-pull script right now, but I have to admit this is
beyond me. I'm sure if I stare hard enough, I'll get it.
I mistakenly have assumed 'git pull' = 'git fetch; git merge' and that
'git pull --rebase' = 'git fetch; git rebase'. Does anyone want to
clarify what is really going on? Unfortunately, I can't publish the
repository in question.
Thanks!
Josh
next reply other threads:[~2010-08-27 2:59 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-08-27 2:59 Joshua Jensen [this message]
2010-08-27 7:23 ` git pull --rebase differs in behavior from git fetch + git rebase Santi Béjar
2010-08-27 8:27 ` Dave Olszewski
2010-08-27 15:48 ` Joshua Jensen
2010-08-27 18:46 ` Elijah Newren
2010-08-27 22:29 ` Joshua Jensen
2010-08-27 23:40 ` Elijah Newren
2010-08-28 2:06 ` Joshua Jensen
2010-08-28 2:40 ` Elijah Newren
2010-08-28 3:13 ` Joshua Jensen
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=4C772A01.5030207@workspacewhiz.com \
--to=jjensen@workspacewhiz.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).