Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save LinuxPanda/e36fe6522a1e7a492a5ca291ddd9ab0c to your computer and use it in GitHub Desktop.
Save LinuxPanda/e36fe6522a1e7a492a5ca291ddd9ab0c to your computer and use it in GitHub Desktop.
Rename master branch on GitHub
git branch -m master newname
git push origin newname
# Change "Default Branch" in settings/options in GitHub
git push origin :master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment