Renamed default branch to main
Open
maintenance
- Dominant language
- Python
- Stars
- 734
- Forks
- 412
- Avg merge
- 1d 5h
- Merged PRs (30d)
- 8
Description
Anyone who has the repository already cloned will likely need to update it. These are the commands Github suggests:
```
git branch -m master main
git fetch origin
git branch -u origin/main main
git remote set-head origin -a
```
Contributor guide
Assessment
This issue has not been assessed yet.