Mots clés : gitversion-controlgit
97
git checkout -- .
git checkout -- path/to/file/to/revert
git restore .
git restore path/to/file/to/revert
86
git stash save --keep-index --include-untracked
70
git clean -df git checkout -- .
61
git checkout .
git checkout-index -a -f
57
git clean -df