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