tompollard / tableone

Create "Table 1" for research papers in Python
https://pypi.python.org/pypi/tableone/
MIT License
161 stars 38 forks source link

"master" branch has been renamed to "main" #127

Closed tompollard closed 2 years ago

tompollard commented 2 years ago

The master branch is now main!

If you have a local clone, you can update it by running the following commands.

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