Delete/update `master` branch?
Closed this issue · 1 comments
dhruvbansal commented
This repo uses the main
branch but the master
branch still exists. This is confusing for those of us who reflexively pull from master
and find an essentially empty repo.
Propose replacing the current readme.md
in master
with a note saying to use main
OR just delete the master
branch entirely?
mflaxman commented
Deleted with the following:
$ git push origin --delete master
Thanks!