Ejemplo 1: establecer git pull rebase predeterminado
## command
git pull --rebase
## configs
# git version >= 1.7.9
git config --global pull.rebase true
# git version < 1.7.9
git config --global branch.autosetuprebase always
Ejemplo 2: Git: advertencia: extraer sin especificar cómo conciliar ramas divergentes es
To fix this go to
http://github.com/settings/emails
and unmark the box: Keep my email addresses private
¡Haz clic para puntuar esta entrada!
(Votos: 0 Promedio: 0)