Answers for "git push a selected branch to remote"

3

push to specific remote branch

git push origin localBranchName:remoteBranchName
Posted by: Guest on June-21-2021
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 a selected branch to remote"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language