显示origin仓库下所有分支:
[code]git remote show origin[/code]
将本地develop分支推到mocha仓库master分支
[code]git push mocha develop:master[/code]
显示origin仓库下所有分支:
[code]git remote show origin[/code]
将本地develop分支推到mocha仓库master分支
[code]git push mocha develop:master[/code]