testingconferences.github.io
testingconferences.github.io copied to clipboard
Change branch name from "master" to "main"
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"
@MaikNog ohhh, interesting. I'll take a look at doing this.
Any update on this @ckenst ? :-)
No update.
Coming back around to this, I found these instructions to be much easier to understand and follow: https://www.git-tower.com/learn/git/faq/git-rename-master-to-main/. Might do this in the near future. GitHub also makes it very simple to make this change.
Outside of updating our local branches, I think we'd need to update CircleCI. That should be pretty easy.