Come rimuovere il commit in git

Esempi di codice

7
0

come rimuovere il mio ultimo commit in 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

come rimuovere il commit in git

git reset --soft HEAD^
0
0

come rimuovere il commit dell'ultimo commit in git

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

git come non commit

git reset

In altre lingue

Questa pagina è in altre lingue

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