OSGeo / PROJ-JNI

Java Native Interface for PROJ
https://osgeo.github.io/PROJ-JNI/
MIT License
23 stars 15 forks source link

Rename "master" as "main"? #55

Closed desruisseaux closed 3 years ago

desruisseaux commented 3 years ago

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

kbevers commented 3 years ago

Sounds good to me

desruisseaux commented 3 years ago

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

desruisseaux commented 3 years ago

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).

kbevers commented 3 years ago

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

desruisseaux commented 3 years ago

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