“Git Reset Head para cometer remoto” Respostas de código

Redefinir Git Remote

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

# remote
git push -f origin master
Felipebros

Git Reset Head para cometer 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

Respostas semelhantes a “Git Reset Head para cometer remoto”

Perguntas semelhantes a “Git Reset Head para cometer remoto”

Mais respostas relacionadas para “Git Reset Head para cometer remoto” em Shell/Bash

Procure respostas de código populares por idioma

Procurar outros idiomas de código