[Pandas-dev] Pandas development branch renamed

Joris Van den Bossche jorisvandenbossche at gmail.com
Thu Jan 13 09:37:18 EST 2022


Hi all,

For everyone contributing to the pandas-dev/pandas repo: the development
branch has been renamed from "master" to "main" (which is now also the
default for newly created repositories on GitHub). See
https://github.com/pandas-dev/pandas/issues/39577 for more details.

If you go to your fork on https://github.com/USERNAME/pandas, the GitHub
interface will show a pop-up with instructions on what to do. Basically
this entails renaming the branch from master to main on your fork as well,
and then running this sequence of commands (assuming "origin" points to
your fork):

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

This is also summarized at https://github.com/pandas-dev/pandas/issues/39577

Best,
Joris
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.python.org/pipermail/pandas-dev/attachments/20220113/4fe17939/attachment.html>


More information about the Pandas-dev mailing list