摘要: git stash 可用来暂存当前正在进行的工作, 比如想pull 最新代码, 又不想加新commit, 或者另外一种情况,为了fix 一个紧急的bug, 先stash, 使返回到自己上一个commit, 改完bug之后再stash pop, 继续原来的工作。 基本流程: 查看当前的stash情况: 阅读全文
posted @ 2017-07-28 19:21 raindream 阅读(162) 评论(0) 推荐(0)
摘要: apt-cache search linux 510 apt-cache search linux | grep generic 511 apt-cache search linux | grep 4.10. 512 apt-cache search linux | grep 4.10. | grep all 513 dpkg --get-selections | ... 阅读全文
posted @ 2017-07-28 00:03 raindream 阅读(271) 评论(0) 推荐(0)