Answers for "git push from local branch to different remote branch"

3

push to specific remote branch

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

push local branch to another remote branch

$ git push origin <local_branch>:<remote_branch>
Posted by: Guest on February-24-2022

Code answers related to "git push from local branch to different remote branch"

Browse Popular Code Answers by Language