How to rename a branch on Git Git • Feb 19, 2022 You created a branch locally, but need to change the name? Ease! Just run the command below:git branch -m <NEW_NAME> 👍 Diogo Machado Recommended for you Git Command git to ignore changes in a file 3 months ago • 1 min read Git Git stash: Save locally your work and navigate to another branch 3 months ago • 1 min read