SyntaxFix
Write A Post
Hire A Developer
Questions
This worked for me on Windows 10, via the command line:
git checkout <oldname> git branch -m <newname>
From How To Rename a Local and Remote Git Branch
This was a local-only repository (not on any remotes).