如何将本地Git分支推送到远程的master分支? [英] How do I push a local Git branch to master branch in the remote?

查看:1069
本文介绍了如何将本地Git分支推送到远程的master分支?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在本地存储库中有一个分支,称为develop,并且我想确保在将其推送到源时将其与origin/master合并.目前,当我推送时,它已添加到远程开发分支.

I have a branch called develop in my local repo, and I want to make sure that when I push it to origin it's merged with the origin/master. Currently, when I push it's added to a remote develop branch.

我该怎么做?

推荐答案

$ git push origin develop:master

或更笼统地

$ git push <remote> <local branch name>:<remote branch to push into>

这篇关于如何将本地Git分支推送到远程的master分支?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆