Ejemplo 1: “git reset –- soft head ^”
git reset --soft HEAD^ #The command to undo a commit and reset to the commit before HEAD and keeping the changes is:
Ejemplo 2: cabezal de reinicio de git
sudo git reset --hard Head
Ejemplo 3: deshacer git reset HEAD ~ 1
git reset [email protected]{1}
¡Haz clic para puntuar esta entrada!
(Votos: 0 Promedio: 0)