“negarse a fusionar historias no relacionadas” Código de respuesta

negarse a fusionar historias no relacionadas

git pull origin master --allow-unrelated-histories
Plain Parrot

negarse a fusionar historias no relacionadas bitbucket

git pull --allow-unrelated-histories origin master
Justified Justice

fatal: negarse a fusionar historias no relacionadas

fatal: refusing to merge unrelated histories
solution:
git pull --allow-unrelated-histories
CuteKittyCat

Permitir historias no relacionadas

git pull --allow-unrelated-histories origin master
git push -u origin master
Crowded Cat

negarse a fusionar historias no relacionadas

git pull origin branchname --allow-unrelated-histories
Snippets

negarse a fusionar historias no relacionadas

git pull origin master --allow-unrelated-histories
#IF THAT DOESN'T WORK, REPLACE 'origin master' WITH THE REPO YOU WANT TO PULL FROM
Neo the Elephant

Respuestas similares a “negarse a fusionar historias no relacionadas”

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código