Pushing to a Remote Branch with a Different Name

By | January 7, 2020

You just have to run the following command

git push origin local-name:new-name-for-remote

One thought on “Pushing to a Remote Branch with a Different Name

Leave a Reply