Answers for "git command to push to a specific remote branch"

3

push to specific remote branch

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

Code answers related to "git command to push to a specific remote branch"

Browse Popular Code Answers by Language