7
Qué hacer con el compromiso realizado en una cabeza separada
Usando git hice algo como esto git clone git checkout {a rev number tree rev before} (here I started to be in a detached head state) //hacking git commit //hacking git commit (some commit where made on origin/master) git pull (which does complete because there was some error due to …
281
git
git-checkout