摘要:
在本地新建一个分支: git branch newBranch 切换到你的新分支: git checkout newBranch 创建并切换到新分支: git checkout -b newBranch 将新分支发布在github上: git push origin newBranch 在本地删除一 阅读全文
posted @ 2017-11-15 10:03
veryvalley
阅读(8347)
评论(0)
推荐(0)
浙公网安备 33010602011771号