Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 191 Bytes

push-local-to-remote-when-branch-name-differs.md

File metadata and controls

4 lines (3 loc) · 191 Bytes

How to push a local branch to remote when the branch names differ

git push [remote] [localBranchName]:[remoteBranchName] git push upstream old_script_version:deprecated_script_version