09 2018 档案

摘要:git status 查看状态, 当前分支等信息 git checkout [dev] 切换分支 git checkout -- filepath+filename 还原文件更改 git checkout -- ./ 还原所有 git checkout -b test 创建并切换到新分支 git p 阅读全文
posted @ 2018-09-06 10:50 醉丶春风 阅读(83) 评论(0) 推荐(0)