_shine 的个人博客 / 0 / 0 / 创建于 2年前 / 更新于 2年前
# 查看所有分支 git branch -a # 更新分支 git remote update origin -p # 查看所有分支 git branch -a # 映射分支,建立本地仓库 git fetch origin <branch>:<branch> # 切换分支 git checkout <branch name> # 本地分支绑定远程分支 git branch --set-upstream-to=origin/<branch>
本作品采用《CC 协议》,转载必须注明作者和本文链接
我要举报该,理由是: