Git abortar cambios

Ejemplos de código

27
0

git deshacer última confirmación

$ git reset --soft HEAD~1
6
0

deshacer cambios no escalonados git

git checkout -- .
3
0

git restablecer un archivo

git checkout HEAD -- my-file.txt
2
0

git desechar archivos no configurados

git stash save --keep-index --include-untracked
1
0

git abortar cambios

git stash save --keep-index --include-untracked
You don't need to include --include-untracked if you don't want to be thorough about it.

After that, you can drop that stash with a git stash drop command if you like.

En otros idiomas

Esta página está en otros idiomas

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