[Numpy-discussion] Development branches renamed

Ralf Gommers ralf.gommers at gmail.com
Thu Mar 4 03:32:52 EST 2021


On Thu, Mar 4, 2021 at 8:09 AM Stefan van der Walt <stefanv at berkeley.edu>
wrote:

> 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.
>

Thanks for working on this Stéfan!

Cheers,
Ralf


> 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
> _______________________________________________
> NumPy-Discussion mailing list
> NumPy-Discussion at python.org
> https://mail.python.org/mailman/listinfo/numpy-discussion
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.python.org/pipermail/numpy-discussion/attachments/20210304/14b66867/attachment.html>


More information about the NumPy-Discussion mailing list