摘要: git add 提交路径 git commit -m“描述” git status 可以查看状态信息,经常使用 切换分支必须在commit后面在在切换 记住新建分支也要提交在新建用git status 看清楚 git checkout 分支名 切换分支 git branch -v 分支名 在当前分支 阅读全文
posted @ 2017-11-03 10:20 ClodWindBlows 阅读(187) 评论(0) 推荐(0)