Git छिपाने की जगह बूंद

कोड उदाहरण

7
0

git छिपाने की जगह हटाएं

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

git छिपाने की जगह देखें

git stash show -p stash@{1}
3
0

छिपाने की जगह स्पष्ट सूची

git stash clear // to clear the whole list
2
0

git निकालें पहली छिपाने की जगह

git stash drop 0
2
0

git छिपाने की जगह बूंद सभी

git stash clear
2
0

git छिपाने की जगह बूंद

# if you don't need a particular stash, use git stash drop <stash_id>
git stash drop stash@{0}

# to show all stash, use this:
git stash list

अन्य भाषाओं में

यह पृष्ठ अन्य भाषाओं में है

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