"Ákos, Tajti" <akos.tajti@xxxxxxxxxxx> 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/ -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html