freifunk-berlin / falter-builter

build falter images using precompiled openwrt imagebuilders.
6 stars 6 forks source link

treewide: rename master branch to main #154

Closed pktpls closed 4 months ago

pktpls commented 4 months ago

See freifunk-berlin/meta#64

Do the following in your local clones of the repository:

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