摘要: git branch #查看当前分支 git checkout branch_name git checkout -b branch_name 1a222c3 git stash #暂存 git stash pop #弹出 git status git log --pretty=oneline gi 阅读全文
posted @ 2017-03-13 15:56 感遇 阅读(109) 评论(0) 推荐(0)