From: Felipe Contreras <felipe.contreras@gmail.com>
To: Dan Stromberg <strombrg@gmail.com>,
Felipe Contreras <felipe.contreras@gmail.com>
Cc: Thomas Guyot <tguyot@gmail.com>, git@vger.kernel.org
Subject: Re: Weird merge records
Date: Mon, 08 May 2023 09:03:48 -0600 [thread overview]
Message-ID: <64590f5430b36_79d229439@chronos.notmuch> (raw)
In-Reply-To: <CAOvKW55MbXF8sDaGTTk9XJxw6Ln9E9G8qOF4wbXzEKY=GH=Zag@mail.gmail.com>
Dan Stromberg wrote:
> On Sun, May 7, 2023 at 1:34 PM Felipe Contreras
> <felipe.contreras@gmail.com> wrote:
> >
> > On Sat, May 6, 2023 at 10:20 AM Thomas Guyot <tguyot@gmail.com> wrote:
> >
> > > You shouldn't change the user's config - you can instead use
> > > command-line switches with git-pull to force the desired behavior. In
> > > this case (which is also the default if there is no pull.rebase config)
> > > it will merge with the remote (and that merge will be a fast-forward if
> > > you have no added commits).
> >
> > Actually no: it won't merge the current branch with the remote, it
> > will merge the remote with the current branch, which is not the same.
> >
> > This is one of the many reasons many git veterans recommend most users
> > to simply avoid doing `git pull` [1]: it very rarely does what you
> > want.
>
> You seem to be implying that I shouldn't use 'git pull --rebase
> upstream "$branch"'.
If you know what you are doing, then do whatever you want. `git pull --rebase
upstream $branch` is fine, if you know what that does.
I would just keep in mind that `git pull` wasn't meant to merge your changes to
upstream, it was meant to merge $branch to your integration branch.
> If that's the case, what would you recommend?
I would recommend `git fetch` + `git rebase` (or merge). If you are explicit
about what you want to do, surprises are minimized.
--
Felipe Contreras
next prev parent reply other threads:[~2023-05-08 15:03 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-04-28 15:34 Weird merge records Dan Stromberg
2023-05-06 14:43 ` Thomas Guyot
2023-05-07 20:34 ` Felipe Contreras
2023-05-08 14:53 ` Dan Stromberg
2023-05-08 15:03 ` Felipe Contreras [this message]
2023-05-08 16:53 ` Dan Stromberg
2023-05-08 17:17 ` Felipe Contreras
2023-05-08 14:54 ` Dan Stromberg
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=64590f5430b36_79d229439@chronos.notmuch \
--to=felipe.contreras@gmail.com \
--cc=git@vger.kernel.org \
--cc=strombrg@gmail.com \
--cc=tguyot@gmail.com \
/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).