AndInTheClouds / chordreader2

Search for, display, transpose and save chords on your phone, that you get from the interwebs. :notes:
GNU General Public License v3.0
31 stars 8 forks source link

Rename main branch from `master` to `main` #28

Open wtimme opened 1 year ago

wtimme commented 1 year ago

As per title, how about we rename the main branch?

Here's what we would need to do:

  1. Checkout the HEAD of master (git checkout master and git pull)
  2. Create the main branch (git checkout -b main)
  3. Push the new branch (git push -u origin main)
  4. Go to the repository's settings and, under "Default branch", choose main
Simx72 commented 2 weeks ago

Why?

wtimme commented 2 weeks ago

I'm glad you asked.

The term main is more inclusive. It's the default on GitHub (cp. this article).