赞
踩
git clone xxx
git fetch
git branch 查看本地分支 git branch -r 查看远程分支 git branch -a 查看所有分支 绿色是本地分支 红色是远程分支
git checkout xxx 切换到指定分支