Knowledge Base

¿Qué es esto?

git: Hacer pull de un sólo fichero en local

10/08/2015 - 10/08/2015 -  Comentarios - git Pull

git fetch

git checkout -m <revision> <yourfilepath>

git add <yourfilepath>

git commit