Push just a develop branch to remote repository
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?
Maybe overload GitPush(this ICakeContext context, DirectoryPath repositoryDirectoryPath, string username, string password, string branchName) is what you're looking for?
Almost yes, but without credentials. Is there any support for this approach?
Is there any follow up on this? I'm also having the same problem.