DataONEorg / bookkeeper

Bookkeeper keeps track of DataONE product subscriptions and quotas for researchers using the extended services.
Other
1 stars 2 forks source link

rename default branch to main #76

Closed mbjones closed 2 years ago

mbjones commented 2 years ago

As for all of our repos, rename the default branch to main.

mbjones commented 2 years ago

Completed renaming to main. @gothub FYI, you will likely want to migrate to the main brach in your local copies with:

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