“Restablecer Git del repositorio” Código de respuesta

Restablecer Git del repositorio

git fetch --all
git reset --hard origin/master
Pleasant Panther

origen de reinicio de git

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

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

Respuestas similares a “Restablecer Git del repositorio”

Preguntas similares a “Restablecer Git del repositorio”

Más respuestas relacionadas con “Restablecer Git del repositorio” en Shell/Bash

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código