Ejemplo 1: fatal: negarse a fusionar historias no relacionadas
git pull origin master --allow-unrelated-histories
Ejemplo 2: negarse a fusionar historias no relacionadas git
I think its get sorted after using below command
>git pull --allow-unrelated-histories
Ejemplo 3: 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
Ejemplo 4: git se niega a fusionar historias no relacionadas en rebase
git merge upstream/master --allow-unrelated-histories
¡Haz clic para puntuar esta entrada!
(Votos: 0 Promedio: 0)