git 创建分支 1.创建本地分支 git checkout -b author 2.创建远端分支 git push origin author 3.建立本地分支和远端分支的对应关系 git branch --set-upstream-to=origin/author