1、切换到源分支
git checkout test
2、在源分支的基础上创建新分支
git branch test1
3、提交到远程分支
git pull 会自动提示下面的命令
git pull --set-upstream origin test1
1、切换到源分支
git checkout test
2、在源分支的基础上创建新分支
git branch test1
3、提交到远程分支
git pull 会自动提示下面的命令
git pull --set-upstream origin test1