“Usuń zatwierdzenie” Kod odpowiedzi

git usuń zatwierdzenie

# Removes latest commit from the stash, KEEPS changes
git reset --soft HEAD~

# Removes latest commit from the stash, DELETES changes
git reset --hard HEAD~
Yellowed Yacare

Git Clear zobowiązuje się

git reset --hard origin
akademik

git usuń lokalny zatwierdzenie

git reset --hard origin/<branch_name>
Lazy Loris

Usuń zatwierdzenie

git checkout master
git reset --hard e3f1e37
git push --force origin master
# Then to prove it (it won't print any diff)
git diff master..origin/master
Bole

Git Usuń zatwierdzenie 4785cd1e041

git reset --hard <sha1-commit-id>
Anxious Addax

Usuń wszystko po pewnym zatwierdzeniu

git reset HEAD@{index}
Tanishq Vyas

Odpowiedzi podobne do “Usuń zatwierdzenie”

Pytania podobne do “Usuń zatwierdzenie”

Więcej pokrewnych odpowiedzi na “Usuń zatwierdzenie” w Shell/Bash

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

Przeglądaj inne języki kodu