You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
Using
GitPush(".");
I cannot pushdevelop
toremote\develop
, the command process all branches. That cause failureThe 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
?The text was updated successfully, but these errors were encountered: