OSGeo/PROJ-JNI

Rename "master" as "main"?

desruisseaux opened this issue · 5 comments

Should we rename the master branch has main? The procedure is described here and seems simple:

Sounds good to me

Having hear no objection in one week, I will proceed.

Apparently I do not have administrator right for doing this operation. If someone with more power is willing to do the renaming, it should take only one minute (click on the pen on the right side of "master" on this page).

@desruisseaux you've now got admin rights to this repository. Please fix it yourself and remember that with great power comes great responsibility :-)

Thanks, renaming applied. Local clones can update as below (copied from GitHub instructions):

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