【发布时间】:2018-09-07 12:00:36
【问题描述】:
我在 GiLab 上有这个 repo:
https://gitlab.com/testrepo/api.git
这个 repo 上有一个名为 testing 的分支。如何推送到此 repo 的 testing 分支?
如果我这样做:
git push origin master
它会把我的主人推到可能是回购的主人。
【问题讨论】:
-
你目前在与
master不同的分支吗?