Answers for "fatal: the current branch newbranch has no upstream branch. to push the current branch and set the remote as upstream, use git push --set-upstream origin newbranch"

0

git set upstream remote branch

git pull --set-upstream origin <remote-branch>
Posted by: Guest on August-09-2021

Code answers related to "fatal: the current branch newbranch has no upstream branch. to push the current branch and set the remote as upstream, use git push --set-upstream origin newbranch"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language