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

# 比如拉取nacos 指定1.1.4
git clone -b 1.1.4 https://github.com/alibaba/nacos.git


git clone -b mybatis-3.5.2 https://github.com/mybatis/mybatis-3.git