Skip to content

Instantly share code, notes, and snippets.

@ninokierulf
Created March 2, 2020 02:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ninokierulf/2cdef31fa129b1329587cab52455fbf3 to your computer and use it in GitHub Desktop.
Save ninokierulf/2cdef31fa129b1329587cab52455fbf3 to your computer and use it in GitHub Desktop.
Git Push Different Branch Names
git push origin <local_branch>:<remote_branch>  
git push --force-with-lease origin <local_branch>:<remote_branch>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment