Rename local git branch How git branch -m <new name> Create an alias git config --global alias.rename 'branch -m' Now you can run git rename <new name> Read next Useful git aliases Want to make this site better? Open a PR, help fund hosting costs or message me on Matrix