https://github.com/github/renaming for rationale.
Think it would be nice to make this repo use main instead of master for its default branch.
On the GitHub remote it's just a matter of changing default branch in https://github.com/mir-dataset-loaders/mirdata/settings
For local clones we can git branch --move master main.
https://github.com/github/renaming for rationale.
Think it would be nice to make this repo use
maininstead ofmasterfor its default branch.On the GitHub remote it's just a matter of changing default branch in https://github.com/mir-dataset-loaders/mirdata/settings
For local clones we can
git branch --move master main.