赞
踩
通常情况使用git clone github_repository_address下载下来的仓库使用git branch查看当前所有分支时只能看到master分支,但是想要切换到其他分支进行工作怎么办❓
git clone github_repository_address
git branch
其实使用git clone下载的repository没那么简单