sb2nov / mac-setup

Installing Development environment on macOS

Home Page:https://sourabhbajaj.com/mac-setup/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Should the main branch be renamed to `main` instead of `master`

kamleshkc2002 opened this issue · comments

I'm Submitting a ...

[ ] Bug report
[X ] Tool/language/etc documentation request

Other Information

With most of the repositories moving to rename the branch master to main, i think we should also follow suit. If agreed upon, i can work on this.

Sounds good to me! Not sure how much you can do without proper access to the repo but please give it a go. I don't think anyone would disagree to changing it.

yep, i cannot do much without having repo permissions. the least i can do is update the code references but someone has to clone the master branch into main branch.

Then in any order:

  • Update code references to master in main branch
  • Update code references to master in health-check branch
  • Delete master branch

Finally:

  • Make sure deploys work

these steps definitely make sense..

once the first 2 steps are complete, i can start on the rest

Just updated the default branch, thank you so much for driving this :D

I just verified that the deploy works. Great job everyone!