Knowledge Base

¿Qué es esto?

git: Haciendo pull no descarga todos los commits

10/04/2017 - 10/04/2017 -  Comentarios - git Pull

Si al hacer pull no descarga todos los commits (me pasaba con bitbucket) hay que hacer:

git fetch origin nombreRama

git reset --hard FETCH_HEAD