git stash

git stash

git stash list

git stash apply stash@{2}

git stash drop

原文地址:https://www.cnblogs.com/stromluo/p/8214741.html