Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 197 Bytes

rename-remote-branch.md

File metadata and controls

7 lines (4 loc) · 197 Bytes

Rename remote branch

#unix #bash #git

The easiest thing to do is to branch off the old branch and create a new branch with the desired name, and then delete the old branch.

Push and go.