-
-
Notifications
You must be signed in to change notification settings - Fork 236
Open
Labels
Description
Hi,
as a small contribution, maybe the naming could be changed.
https://www.hanselman.com/blog/EasilyRenameYourGitDefaultBranchFromMasterToMain.aspx
TL;DR:
"git branch -m master main"
"git push -u origin main"
ckenst