The master branch serves no purpose as it contains no code, so it should be deleted. The default branch can then be changed accordingly.

Comments

Berdir’s picture

I set the default branch, not sure about deleting, not sure if that's even possible.

opdavies’s picture

You can delete your local master branch (if you have one), and then do git push origin --delete master (assuming that your remote is called "origin").

ivnish’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.