From: Matthieu Moy <Matthieu.Moy@grenoble-inp.fr>
To: "Ákos, Tajti" <akos.tajti@intland.com>
Cc: Ramkumar Ramachandra <artagnon@gmail.com>, git@vger.kernel.org
Subject: Re: git init doesn't create master branch
Date: Wed, 29 May 2013 15:08:13 +0200 [thread overview]
Message-ID: <vpqbo7udjcy.fsf@anie.imag.fr> (raw)
In-Reply-To: <51A5FC17.8000608@intland.com> ("Ákos, Tajti"'s message of "Wed, 29 May 2013 15:01:11 +0200")
"Ákos, Tajti" <akos.tajti@intland.com> writes:
> The command was:
>
> git pull ../dump.dmp refs/heads/*:refs/heads/*
"git pull" does internally a "git fetch" followed by a "git merge".
If you try to pull several branches at the same time, it means you want
to merge all of them together (octopus merge), which probably isn't what
you're trying to do. You probably want just a "git fetch", or specify
only one branch to pull.
--
Matthieu Moy
http://www-verimag.imag.fr/~moy/
next prev parent reply other threads:[~2013-05-29 13:08 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-05-29 12:47 git init doesn't create master branch "Ákos, Tajti"
2013-05-29 12:50 ` Matthieu Moy
2013-05-29 12:54 ` Ramkumar Ramachandra
2013-05-29 13:01 ` "Ákos, Tajti"
2013-05-29 13:08 ` Matthieu Moy [this message]
2013-05-29 13:20 ` "Ákos, Tajti"
2013-05-29 13:20 ` Ramkumar Ramachandra
2013-05-29 18:37 ` Junio C Hamano
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=vpqbo7udjcy.fsf@anie.imag.fr \
--to=matthieu.moy@grenoble-inp.fr \
--cc=akos.tajti@intland.com \
--cc=artagnon@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