跳至主要內容

[git] stash 用法

建立 暫存
git stash save -u “comment”
查看 暫存 列表
git stash list
stash@{0}: On check: comment
stash@{1}: WIP on dog: 053fb21 add dog 2
stash@{2}: WIP on cat: b174a5a add cat 2
回復 暫存
git stash apply stash@{0}
git stash pop stash@{2}
apply / pop 階可
品復上一個暫存
git stash pop
清除暫存
git stash drop stash@{0}
清除所有暫存
git stash clear
https://kingofamani.gitbooks.io/git-teach/content/chapter_3_branch/stash.html
https://gitbook.tw/chapters/faq/stash.html

分類:git
由 Compete Themes 設計的 Author 佈景主題