“odrzucić niezbadane zmiany git” Kod odpowiedzi

Usuń wszystkie niestosowane pliki GIT

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

# delete all unstaged files
git clean -df

#discrard all unstaged files
git stash save --keep-index --include-untracked
Samiksha Singla

odrzucić niezbadane zmiany git

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

Git usuń niestosowane pliki

git clean -df
Fancy Fox

Co zrobić ze zmianami po resetowaniu

git rm --cached -r .
Helpless Hamster

cofnij niezbędne zmiany git

git checkout -- .
Modern Moth

git odrzucaj niestabilne pliki

git stash save --keep-index --include-untracked
Kasmin Nicko

Odpowiedzi podobne do “odrzucić niezbadane zmiany git”

Pytania podobne do “odrzucić niezbadane zmiany git”

Więcej pokrewnych odpowiedzi na “odrzucić niezbadane zmiany git” w Shell/Bash

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu