flavorjones / mini_portile

mini_portile and mini_portile2 - Simple autoconf and cmake builder for developers
MIT License
114 stars 51 forks source link

dev: rename default git branch #97

Closed flavorjones closed 3 years ago

flavorjones commented 3 years ago

Public announcement that we'll be renaming the default branch from master to main.

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

I've made this change. Please update your local dev environment by running:

git branch -m master main
git fetch origin
git branch -u origin/main main
git remote set-head origin -a