Usuwanie plików stash git

Przykłady kodu

10
0

polecenie Git stash clean

git stash clear
6
0

git delete stash

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

usuwanie plików stash git

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

W innych językach

Ta strona jest w innych językach

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