git 切换分支命令

1、下载代码:

git clone 仓库地址

 

2、切换分支

git checkout remotes/origin/develop

 

3、拉取代码

git pull = git fetch + git merge
git pull --rebase = git fetch + git rebase

posted @ 2020-05-28 14:21  zhaoyanhao  阅读(533)  评论(0编辑  收藏  举报