//當前分支爲master最新代碼。從master新建本地分支 git checkout -n xpodmgit
//從本地推送分支 git push origin xpodmit
//本地建立和遠程分支對應的分支 git push --set-upstream origin xpodm ast