gpt4 book ai didi

git - 如何推送到 Gitlab 上的远程 git 分支?

转载 作者:行者123 更新时间:2023-12-04 01:57:33 25 4
gpt4 key购买 nike

我在 GiLab 上有这个 repo:

https://gitlab.com/testrepo/api.git

这个 repo 上有一个名为 testing 的分支。我怎样才能推送到这个 repo 的 testing 分支?

如果我这样做:

git push origin master

它会将我的 master 推向可能是 repo 的 master。

最佳答案

你可以使用命令:

git push origin <your_local_branch>:<remote_branch>

推送到 git 中的任何分支。在您的示例中,这相当于运行:

git push origin master:testing

关于git - 如何推送到 Gitlab 上的远程 git 分支?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49540633/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com