Answers for "how to publish a branch in git from command line"

3

git publish git branch

$ git checkout feature
$ git push -u origin feature
Posted by: Guest on February-28-2022

Code answers related to "how to publish a branch in git from command line"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language