📅  最后修改于: 2022-03-11 14:50:04.353000             🧑  作者: Mango
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