Created
October 15, 2020 17:51
-
-
Save SciLor/bc6522d96a5a43fa8d134c8ce1aed236 to your computer and use it in GitHub Desktop.
Change main to master
This file contains hidden or 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 main master | |
git status | |
git push -u origin master | |
Change default branch on github (See /settings/branches) | |
git push origin --delete main |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment