git 添加远程分支

假定远程仓库当前只有一个master分支git

把远程分支clone到本地it

添加一个分支,其实就是复制当前分支, git checkout -b devast

推送新分支dev 到远程仓库 git push origin dev推送

相关文章
相关标签/搜索