dag-hammarskjold-library / dlx-rest

UNDHL Files and Metadata Manager
1 stars 1 forks source link

Change "master" branch to "main" #1448

Closed aaronhelton closed 3 months ago

aaronhelton commented 3 months ago

As discussed and agreed in our decision meetings.

Steps: git branch -m master main git fetch -p origin git branch -u origin/master main git remote set-head origin -a git branch -D master git push origin :master

aaronhelton commented 3 months ago

Okay there's no PR for this, but it's done.