赞
踩
克隆指定分支
git clone -b dev开发分支 https://github.com/521/springboot-rabbitmq.git
切换到远程分支
git checkout -b dev开发分支 origin/dev开发分支
参考