gpt4 book ai didi

git - 将本地主提交推送到远程分支

转载 作者:太空狗 更新时间:2023-10-29 12:56:44 26 4
gpt4 key购买 nike

我一直致力于远程 git 存储库的本地克隆,将我的更改提交到我的本地 master 分支。现在,我想将我的提交推送到远程存储库。但是,我想将本地提交与远程 master 分支分开,这样我就不会破坏任何东西。如何将本地提交推送到新的远程分支?

最佳答案

你应该运行 git help push ,它将告诉您有关您推送到的 refspec 的语法。简而言之,git push <remotename> <local_branch_name>:<remote_branch_name>

关于git - 将本地主提交推送到远程分支,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3206093/

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