git stash
执行本地的修改的暂存
git stash pop
执行本地的最后一次的暂存的恢复
查看stash的保存时间
git stash list --date=local
git stash list --date=relative
git stash list --date=short
git stash
执行本地的修改的暂存
git stash pop
执行本地的最后一次的暂存的恢复
查看stash的保存时间
git stash list --date=local
git stash list --date=relative
git stash list --date=short