git-封存工作区

封存工作区,未记录

git stash save name #建立封存
git stash list #查看所有封存
git stash apply name #使用某个封存作为最终版

git stash drop [stash@{n}] 删除某一个工作区
git stash clear 删除所有保存的工作区

posted @ 2019-11-19 13:35  chenlulu1122  阅读(265)  评论(0)    收藏  举报