Jak zrobić uncommit w git

Przykłady kodu

7
0

jak wyłączyć mój ostatni commit w git


git reset --soft HEAD^

git reset HEAD^
//And if you actually want to completely undo it, throwing away all uncommitted changes, resetting everything to the previous commit (as the original question asked):

git reset --hard HEAD^
4
0

jak zrobić uncommit w git

git reset --soft HEAD^
0
0

jak zatwierdzić ostatni commit w git

git reset --soft "HEAD^"
git reset --soft "asdf"
0
0

git how to uncommit

git reset

W innych językach

Ta strona jest w innych językach

Русский
..................................................................................................................
English
..................................................................................................................
Italiano
..................................................................................................................
Română
..................................................................................................................
한국어
..................................................................................................................
हिन्दी
..................................................................................................................
Français
..................................................................................................................
Türk
..................................................................................................................
Česk
..................................................................................................................
Português
..................................................................................................................
ไทย
..................................................................................................................
中文
..................................................................................................................
Español
..................................................................................................................
Slovenský
..................................................................................................................
Балгарскі
..................................................................................................................
Íslensk
..................................................................................................................