Reset commits en local
git reset --soft HEAD^
Borrar commits del origin
Hacer uncommit (git reset --soft HEAD^) hasta llegar al commit.
git push origin +master --force
PUSH TAGS
git push --tags
TEMP FILES ON REPO
PC 1
git checkout -b stash
git push origin stash
PC 2 on master
git pull
git pull origin stash
uncommit