Git储藏与恢复 Posted 2020-10-24 小白羀号 tags: 篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Git储藏与恢复相关的知识,希望对你有一定的参考价值。 1 cd /f 2 cd android 3 git status 4 echo ‘shoping‘ >> 4 //修改内容 5 git status 6 git stash //git储藏 7 git status 8 git stash list //查看储藏的内容 9 git stash apply //恢复 以上是关于Git储藏与恢复的主要内容,如果未能解决你的问题,请参考以下文章 git stash 储藏 Git11-储藏和引用日志 Git储藏和引用日志 git —— bug分支 Git 工具 - 储藏(Stashing) Git常用命令