git 实战

//当前分支为master最新代码。从master新建本地分支
git checkout -n xpodmgit

//从本地推送分支
git push origin xpodmit

//本地建立和远程分支对应的分支
git push --set-upstream origin xpodm
 ast

相关文章
相关标签/搜索