git操作
创建本地分支:
git branch -a
git checkout -b develop master
git branch
git status
git pull
git branch --set-upstream-to=origin/develop develop
git pull
git branch -a
git操作
创建本地分支:
git branch -a
git checkout -b develop master
git branch
git status
git pull
git branch --set-upstream-to=origin/develop develop
git pull
git branch -a