web-push-libs / encrypted-content-encoding

A simple implementation of the encrypted content-encoding

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

master -> main branch

martinthomson opened this issue · comments

@jrconlin Are you able to do a branch rename for me?

There's already a main branch from 4 years ago. It's probably best to land to master then rename master to main after.

I don't see a main (I cleaned up a bunch of branches, but that wasn't one of them). Renaming will cause PRs to be updated, so I don't think that holds us back from making a change here.

Yeah, just removed the old "main" and updated settings to use "master" it'll take a bit on github, then you should be able to

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

Ok, should be done by now.