📜  git stash stack overflow - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:04.353000             🧑  作者: Mango

代码示例1
git stash # stash your work
git stash list # list your stashes
git stash pop # re-apply and remove from stash list
git stash apply # re-apply but keep on stash list
git stash drop # clear stash list