Answers for "how to publish a branch upstream git"

0

push local branch upstream

git push --set-upstream origin (name of branch)
Posted by: Guest on April-29-2022
0

push local branch upstream

git push -u origin HEAD
Posted by: Guest on July-15-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language