Ejemplo 1: git historias no relacionadas
git merge upstream/master --allow-unrelated-histories
Ejemplo 2: fatal: negarse a fusionar historias no relacionadas
git pull origin master --allow-unrelated-histories
then when asked for merging vim editor opens click insert (i) type msg and :wq to save and exit
Ejemplo 3: negarse a fusionar historias no relacionadas git
I think its get sorted after using below command
>git pull --allow-unrelated-histories
¡Haz clic para puntuar esta entrada!
(Votos: 0 Promedio: 0)