rubys / nokogumbo

A Nokogiri interface to the Gumbo HTML5 parser.
Apache License 2.0
186 stars 114 forks source link

Rename `master` to `main` #169

Open stevecheckoway opened 3 years ago

stevecheckoway commented 3 years ago

The current trend is to use main rather than master. GitHub has simple tooling for this. It doesn't change local checkouts (of course).

Here are the instructions for changing the local branches.

$ git branch -m master main
$ git fetch origin
$ git branch -u origin/main main