git 创建分支并关联远程分支

前提是远程已经建立了需要关联的分支

git checkout -b dev(本地分支名称) origin/dev(远程分支名称)
posted @ 2020-06-01 09:22  阿臻  阅读(885)  评论(0编辑  收藏  举报