bigtreei

不指定分支

git clone  + clone 地址

# 例如
git clone https://amc-msra.visualstudio.com/xxx/_xx/xxxxxx

指定分支

git clone -b + 要clone的分支名 + 仓库地址


# 例如
git clone -b  stock-data-spider-dev  https://amc-msra.visualstudio.com/xxxx

 

注:

  不要只停留在 从 GitHub 上clone,道理基本是相通的,在其他代码仓库上也可这么操作

 

分类:

技术点:

相关文章:

  • 2022-12-23
  • 2021-04-07
  • 2022-12-23
  • 2022-02-07
  • 2021-10-12
  • 2021-04-24
  • 2022-01-07
猜你喜欢
  • 2022-12-23
  • 2021-12-25
  • 2022-12-23
  • 2022-12-23
  • 2021-09-18
  • 2021-10-04
相关资源
相似解决方案