-
-
Save Xrayez/3af32fbacae5eb720704d36ff4868efc to your computer and use it in GitHub Desktop.
Rename master branch on GitHub
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git branch -m master newname | |
git push origin newname | |
# Change "Default Branch" in settings/options in GitHub | |
git push --delete origin master |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment