Answers for "publish git branch from commandline"

2

git publish git branch

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

Code answers related to "publish git branch from commandline"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language