“git permite historias no relacionadas” Código de respuesta

git permite historias no relacionadas

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

fatal: negarse a fusionar historias no relacionadas

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

negarse a fusionar historias no relacionadas git

I think its get sorted after using below command
>git pull --allow-unrelated-histories
Ankur

fatal: negarse a fusionar historias no relacionadas

git pull origin master --allow-unrelated-histories
git pull <remote> <branch> --allow-unrelated-histories
Zealous Zebra

fatal: negarse a fusionar historias no relacionadas

git pull origin master --allow-unrelated-histories
Proud Platypus

git muestra historias no relacionadas

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

Respuestas similares a “git permite historias no relacionadas”

Preguntas similares a “git permite historias no relacionadas”

Más respuestas relacionadas con “git permite historias no relacionadas” en Shell/Bash

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código