sbt / sbt-native-packager

sbt Native Packager
https://sbt-native-packager.readthedocs.io/en/stable/
BSD 2-Clause "Simplified" License
1.6k stars 442 forks source link

Let's rename master branch to main #1645

Closed eed3si9n closed 2 weeks ago

eed3si9n commented 2 weeks ago

I'm now used to seeing main for git repos, master feels anachronistic.

muuki88 commented 2 weeks ago

Yes, please :smile: If you have the time, I'm happy to merge and you probably have access to all the settings, right?

eed3si9n commented 2 weeks ago

Done. GitHub says to run this locally to follow along:

git branch -m master main
git fetch origin
git branch -u origin/main main
git remote set-head origin -a
muuki88 commented 2 weeks ago

Works for me :+1: :heart: