Answers for "git push existing remote branch to remote as new"

1

push local branch changes to remote branch

git push -u origin localBranch:remoteBranchToBeCreated
Posted by: Guest on November-04-2020

Code answers related to "git push existing remote branch to remote as new"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language