1. git branch test : 创建本地分支
2. git push --set-upstream origin test : 创建对应的远程分支
转载于:https://www.cnblogs.com/beibidewomen/p/9688514.html