摘要: 把无版本控制的代码以新分支的形式提交到 gitLab git init git add . #添加备注信息 git commit -m "author Add branchTest" #创建分支名称为 branchTest git branch branchTest git remote add b 阅读全文
posted @ 2019-06-11 13:29 渔小生 阅读(1107) 评论(0) 推荐(0)