Knowledge Base

¿Qué es esto?

git: Resetear el contenido de una rama en el remoto

10/08/2015 - 05/01/2017 -  Comentarios - git Ramas Resetear ramas

rm -rf .git

git init

git add .

git commit -m "Initial commit"

git remote add origin <your-assembla-git-url>

git push -u --force origin master

Más info aquí:

http://stackoverflow.com/questions/16592498/how-to-delete-reset-a-remote-master-git-repo-git-noob