开发者

Creating a local branch, how to push to repository?

开发者 https://www.devze.com 2023-01-29 07:51 出处:网络
I created a local branch that conta开发者_开发知识库ins my \'current-release\' branch, how can I push this to the repository?git push origin remote-repository-name

I created a local branch that conta开发者_开发知识库ins my 'current-release' branch, how can I push this to the repository?


git push origin remote-repository-name

assuming that you are on the current-release branch and the remote repository stuff is properly configured on your system already.

0

精彩评论

暂无评论...
验证码 换一张
取 消