NMF-earth / nmf-app

Understand and reduce your carbon footprint 🌱 iOS & Android.
https://nmf.earth
GNU General Public License v3.0
498 stars 156 forks source link

master -> main #243

Closed a2br closed 3 years ago

a2br commented 3 years ago

Hey, According to Git's norms, main branches should be named master, and according to GitHub's norms, they should be named main (for ethical concerns). What do you think about renaming the master branch here? These CLI commands are all it takes.

git checkout master
git branch -m main
git push origin -u main
git push origin --delete master
PierreBresson commented 3 years ago

Thanks for bringing that subject, I was planning to do it but forgot. Now it's done 🤗