This change has been completed.
There is one additional step for a fork of Pyomo. BEFORE RUNNING THE COMMANDS LISTED BELOW, go to your fork’s branch settings (https://github.com/USERNAME/pyomo/settings/branches) and update the default branch to `main`.
Miranda Mundt
R&D S&E, Computer Science
01424 | Software Engineering & Research
Office: 505/284-1605
From: Miranda Mundt <mmu...@sandia.gov>
Date: Thursday, February 25, 2021 at 10:23 AM
To: "pyomo-de...@googlegroups.com" <pyomo-de...@googlegroups.com>
Subject: CHANGE NOTIFICATION: Renaming master branch
Good morning,
We will be renaming the Pyomo master branch to main this upcoming Friday, February 26th. All open PRs will automatically re-target main, and GitHub Actions/Jenkins tests will be switched to the new branch immediately after the change.
To update your local clone after the switch, run the following commands (assuming origin is Pyomo/pyomo):
rename your local branch:
$ git branch -m master main
fetch everything from Pyomo/pyomo:
$ git fetch origin
force your local main branch to track Pyomo/pyomo@main:
$ git branch -u origin/main main
We will send out an email after the change is complete. Please feel free to reach out with any questions or concerns.
Thanks,
Miranda Mundt
R&D S&E, Computer Science
01424 | Software Engineering & Research
Office: 505/284-1605