“git restablece la cabeza del maestro” Código de respuesta

origen de reinicio de git

git fetch origin
git reset --hard origin/master
Remember this forever
Jittery Jellyfish

git restablece la cabeza del maestro

git fetch origin
git reset --hard origin/master
Wild Weevil

RESTACIÓN DE GIT DIFÍCIL PARA RELOT

 git reset --hard <commit-hash>
 git push -f origin master # only works for unprotected branches that allow force push
Kirk-Patrick Brown

git restablece difícil a remoto

git reset --hard origin/master; git commit -m 'reset to remote';git push --force local dev
Impossible Impala

GIT reiniciar duro

git reset --hard f414f31
git reset --soft HEAD@{1}
git commit -m "Reverting to the state of the project at f414f31"
Disturbed Duck

Respuestas similares a “git restablece la cabeza del maestro”

Preguntas similares a “git restablece la cabeza del maestro”

Más respuestas relacionadas con “git restablece la cabeza del maestro” en Shell/Bash

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código