赞
踩
git init
git remote add 远程仓库别名 远程仓库地址
git fetch --all
git branch -r
git checkout -b 本地分支名 远程仓库别名/远程分支名
git fetch 远程仓库别名 远程分支名:本地分支名