news-catalyst / google-app-scripts

a collection of scripts for tinynews google docs add-ons
https://script.google.com/a/newscatalyst.org/d/1ILURq69o3cYUy6k1n1X6HwxdMfl9xWNhILYuZxgLfeblb3IR15WCMZSj/edit
1 stars 1 forks source link

Rename 'master' to 'main' branch #398

Closed jacqui closed 2 years ago

jacqui commented 2 years ago

This is now done!

Run the following locally to make sure you're in sync:

git branch -m master main

git fetch origin

git branch -u origin/main main

git remote set-head origin -a