Revertir cambios no escalonados git

Ejemplos de código

4
0

revertir cambios no escalonados git

git checkout -- path/to/file/to/revert
2
0

git desechar archivos no configurados

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

cómo eliminar cambios de archivos en git

git clean -df
git checkout -- .
1
0

descartar cambios no escalonados git

#For all unstaged files in current working directory use:
git checkout -- .
#For a specific file use:
git checkout -- path/to/file/to/revert
0
0

revertir cambios no escalonados git

git checkout -- .
0
0

qué hacer con los cambios no escalonados después del reinicio

git rm --cached -r .

En otros idiomas

Esta página está en otros idiomas

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