git拉取github上的某个分支


# 指定分支
git clone -b 分支名 仓库地址

# 比如拉取nacos 指定1.1.4
git clone -b 1.1.4 https://github.com/alibaba/nacos.git
发布了532 篇原创文章 · 获赞 46 · 访问量 28万+

猜你喜欢

转载自blog.csdn.net/kq1983/article/details/104369582