Skip to content

Instantly share code, notes, and snippets.

@bboydflo
Created March 11, 2020 11:28
Show Gist options
  • Save bboydflo/1be1678f64853c3dfab9f01223b8e568 to your computer and use it in GitHub Desktop.
Save bboydflo/1be1678f64853c3dfab9f01223b8e568 to your computer and use it in GitHub Desktop.
[git rename branch] give a git branch a different name #git #rename
git branch -m <oldname> <newname>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment