Re: git init doesn't create master branch

2 messages, 2 authors, 2016-06-15 · open the first message on its own page

Re: git init doesn't create master branch

From: Matthieu Moy <hidden>
Date: 2016-06-15 22:57:29

"Ákos, Tajti" [off-list ref] 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/

Re: git init doesn't create master branch

From: Ákos, Tajti <hidden>
Date: 2016-06-15 22:57:29

Thanks! I ill try using fetch.

Ákos

2013.05.29. 15:08 keltezéssel, Matthieu Moy írta:
"Ákos, Tajti" [off-list ref] writes:
quoted
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.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help