Skip to content

Instantly share code, notes, and snippets.

@greenantdotcom
Created August 14, 2012 15:27
Show Gist options
  • Save greenantdotcom/3350269 to your computer and use it in GitHub Desktop.
Save greenantdotcom/3350269 to your computer and use it in GitHub Desktop.
Renaming a git branch

Say you're on a branch named BEFOURE-310 and you want to fix the typo. Renaming the branch is this simple:

git br --move BEFOUR-310
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment