Skip to content

Instantly share code, notes, and snippets.

@buithehoa
Last active August 29, 2015 14:01
Show Gist options
  • Save buithehoa/a978bb1f35ddb5240385 to your computer and use it in GitHub Desktop.
Save buithehoa/a978bb1f35ddb5240385 to your computer and use it in GitHub Desktop.
Rename a Branch
git branch -m <old_branch> <new_branch>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment