“git restablece difícil a remoto” Código de respuesta

Git Match Remote Master

git fetch origin
git reset --hard origin/master
Cybernated Dev

origen de reinicio de git

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

Restablecer Git Head a Remote

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

Respuestas similares a “git restablece difícil a remoto”

Preguntas similares a “git restablece difícil a remoto”

Más respuestas relacionadas con “git restablece difícil a remoto” en Shell/Bash

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código