git切换分支

#查看网络远程分支
git branch -a
#查看本地分支
git branch
#切换分支
git checkout -b [本地命名] [远程分支名]
posted @ 2020-11-03 19:23  callcall  阅读(68)  评论(0编辑  收藏  举报