赞
踩
1、拉代码
git clone xxxx(代码地址)
2、显示所有分支列表
git branch -a
如果列表很长,想退出列表,可以按Q退出
3、拉取指定分支代码
git checkout xx分支