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