
March 4, 2021
2:08 a.m.
Hi everyone, The development branches of most of the repositories on github.com/numpy have been renamed to `main` (this is the GitHub default for newly created repositories). The move has not yet been made for sub-projects such as `numpydoc` or `numpy.org`, but those should follow soon. We were able to preserve all PRs, other than those for which the original branches have been deleted. You can update your locally cloned repository to have a `main` branch as follows: git branch -m master main git fetch <YOUR_UPSTREAM_REMOTE> git branch -u <YOUR_UPSTREAM_REMOTE>/main main (where YOUR_UPSTREAM_REMOTE is typically called `upstream` or `origin`) If you have any trouble, let us know. Best regards, Stéfan
1471
Age (days ago)
1471
Last active (days ago)
1 comments
2 participants
participants (2)
-
Ralf Gommers
-
Stefan van der Walt