hhfa1990
1/8/2018 - 5:06 PM

Git commands

Reset commits en local

git reset --soft HEAD^

Borrar commits del origin

  1. Hacer uncommit (git reset --soft HEAD^) hasta llegar al commit.

  2. 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