git stash 保存当前工作状态
Posted 箫笛
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了git stash 保存当前工作状态相关的知识,希望对你有一定的参考价值。
1. git stash 暂存当前工作状态
2. git stash list 查看暂存列表
3. git stash save ‘title‘ 暂存工作状态并添加说明
4. git stash apply [ stash{n} ] 应用某一个暂存
5. git stash pop [ stash{n} ] 应用并删除某一个暂存
6. git stash drop [ stash {n} ] 删除某个暂存
7. git stash clear 清除所有暂存
以上是关于git stash 保存当前工作状态的主要内容,如果未能解决你的问题,请参考以下文章