git stash
git stash list
git stash apply stash@{2}
git stash drop
转载于:https://www.cnblogs.com/stromluo/p/8214741.html