rticulate / import

An Import Mechanism For R
https://import.rticulate.org
Other
222 stars 14 forks source link

Switch default branch to main #68

Closed torfason closed 11 months ago

torfason commented 2 years ago

The new default branch on GitHub is now main and there are a number of good reasons to use that name. And now seems like a pretty good time to make the switch for the import repo.

torfason commented 2 years ago

This has been fixed, and the default branch is now main.

For freshly cloned repositories, the effect should be minimal. For any previously cloned repositories, the following commands can be run to get up to speed:

git branch -m master main
git fetch origin
git branch -u origin/main main
git remote set-head origin -a
torfason commented 11 months ago

The default branch has been main for a while now. Time to close this issue.