Fork me on Gitee
摘要: 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 //恢复 阅读全文
posted @ 2018-02-17 18:45 MARK+ 阅读(494) 评论(0) 推荐(0)