sparklemotion / mechanize

Mechanize is a ruby library that makes automated web interaction easy.
https://www.rubydoc.info/gems/mechanize/
MIT License
4.39k stars 473 forks source link

rename default git branch #567

Closed flavorjones closed 3 years ago

flavorjones commented 3 years ago

Github has introduced support for alternative default branch names. This issue notifies the developers that the maintainers intend to rename the master branch to main and update any tooling (e.g. CI, webhooks) that needs to be updated.

Please watch this issue if you'd like to receive updates.

General Rationale for Inclusive Language

Here are some resources that may help provide a rationale for updating the language we use for technical concepts:

Specific Rationale for renaming the Git default branch

Here are links to previous external work on this issue in the OSS and business communities:

flavorjones commented 3 years ago

This change has been made. Please update your environment:

git branch -m master main
git fetch origin
git branch -u origin/main main
git symbolic-ref refs/remotes/origin/HEAD refs/remotes/origin/main