使用Git下载指定分支命令为:
git clone -b 分支名 仓库地址
例如:
git clone -b dev https://github.com/xxx.git
将下载分支名为2D-Attention的分支仓库。
如果直接:
git clone https://github.com/xxx.git
使用Git下载指定分支命令为:
git clone -b 分支名 仓库地址
例如:
git clone -b dev https://github.com/xxx.git
将下载分支名为2D-Attention的分支仓库。
如果直接:
git clone https://github.com/xxx.git
本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。