Answers for "how to push changes and create remote branch at same time"

3

push to specific remote branch

git push origin localBranchName:remoteBranchName
Posted by: Guest on June-21-2021

Code answers related to "how to push changes and create remote branch at same time"

Browse Popular Code Answers by Language