Reverter as alterações instáveis git

Exemplos de código

4
0

reverter as alterações instáveis git

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

git descartar ficheiros 'unstaged'

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

como remover as alterações do ficheiro no git

git clean -df
git checkout -- .
1
0

esquecer as alterações 'unstaged' 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

reverter as alterações instáveis git

git checkout -- .
0
0

o que fazer com as alterações não marcadas após a reinicialização

git rm --cached -r .

Em outros idiomas

Esta página está em outros idiomas

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