当前位置:   article > 正文

git 下载/拉取远程特定分支(github)

git 下载/拉取远程特定分支(github)

法①

git clone -b dev 代码仓库地址

git clone -b v1.0rc1 https://hub.fastgit.org/open-mmlab/mmdetection.git

法②

先clone下来,再checkout到某个分支

  1. git clone https://github.com/colmap/colmap
  2. cd colmap
  3. git checkout dev

如果不知道tag或者分支名字,只知道SHA

https://github.com/{username}/{projectname}/archive/{sha}.zip

  configurable for dataset_mapper · facebookresearch/detectron2@9eb4831 · GitHub​​​​​

我就用

https://github.com/facebookresearch/detectron2/archive/9eb4831f742ae6a13b8edb61d07b619392fb6543.zip

下载好了

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/笔触狂放9/article/detail/577252
推荐阅读
相关标签
  

闽ICP备14008679号