Cake_Git icon indicating copy to clipboard operation
Cake_Git copied to clipboard

Push just a develop branch to remote repository

Open krakorj opened this issue 7 years ago • 3 comments

Using GitPush("."); I cannot push develop to remote\develop, the command process all branches. That cause failure The branch 'feature/cakebuild' ("refs/heads/feature/cakebuild") that you are trying to push does not track an upstream branch. in my code.

How process selective push like git push --set-upstream origin develop?

krakorj avatar Apr 17 '18 14:04 krakorj

Almost yes, but without credentials. Is there any support for this approach?

krakorj avatar Apr 18 '18 11:04 krakorj

Is there any follow up on this? I'm also having the same problem.

RickRen7575 avatar Nov 01 '19 19:11 RickRen7575