摘要:
1.第一步是在本地创建分支 需要在master下做分支,就需要checkout到master分支 同理,如果想在test测试分支上再做一个分支就在test上创建 git branch -b testnew(分支名称) 等价于 git branch testnew git checkout testn 阅读全文
posted @ 2022-01-21 09:56
kevin_yang123
阅读(6472)
评论(0)
推荐(0)
浙公网安备 33010602011771号