“Git Reset Head, aby popełnić zdalne” Kod odpowiedzi

Git Resetuj pilot

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

# remote
git push -f origin master
Felipebros

Git Reset Head, aby popełnić zdalne

 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

Odpowiedzi podobne do “Git Reset Head, aby popełnić zdalne”

Pytania podobne do “Git Reset Head, aby popełnić zdalne”

Więcej pokrewnych odpowiedzi na “Git Reset Head, aby popełnić zdalne” w Shell/Bash

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu