“Restablecer a Git 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 a Git a remoto

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

Rama de reinicio de git

git fetch origin
git reset --hard origin/branch_name
Pl0erre

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

Remoto de restablecimiento de git

# local
git reset <commit-hash>
# or
git reset --hard <commit-hash>

# remote
git push -f origin master
Felipebros

Respuestas similares a “Restablecer a Git a remoto”

Preguntas similares a “Restablecer a Git a remoto”

Más respuestas relacionadas con “Restablecer a Git a remoto” en Shell/Bash

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código