git下载某个指定分支的代码

1. git remote -v命令查看git仓库地址

2. git clone -b yd_push1 git@github.com:yandan15/git_study.git下载某个分支的代码

原文地址:https://www.cnblogs.com/ydbk/p/14264385.html