“git restablece la cabeza para cometer un control remoto” Código de respuesta

Remoto de restablecimiento de git

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

# remote
git push -f origin master
Felipebros

git restablece la cabeza para cometer un control remoto

 git reset --hard <commit-hash> #Please double check your commit hash
 git push -f origin master # this will force update and remove commits after this one
Kirk-Patrick Brown

Respuestas similares a “git restablece la cabeza para cometer un control remoto”

Preguntas similares a “git restablece la cabeza para cometer un control remoto”

Más respuestas relacionadas con “git restablece la cabeza para cometer un control remoto” en Shell/Bash

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código