Rename Git Branches

December 20, 2012 - Scott Hewitt


git branch -m old-branch-name new-branch-name

Easy way to rename branches, works with master branch.