Odstranit skrýš soubory git

Příklady kódu

10
0

příkaz git stash clean

git stash clear
6
0

git smazat skrýš

git stash drop stash@{index}   // here index will be shown after getting stash list.
2
0

odstranit skrýš soubory git

# remove all stashed files at once:
git stash clear
# remove a single stashed state from the stash list
git stash drop 'stash@{index}'

V jiných jazycích

Tato stránka je v jiných jazycích

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