finales
git reset --hard
git reset --mixed
git reset --soft
git reset --keep
git reset --mergegit cherry-pick commitShagit rebase [SHA commit]git stash git stash -ugit stash list
git stash save "add style to our site"
git stash pop stash@{2}
git stash showÚltima actualización
¿Te fue útil?