[python-committers] Quick reminder: please don't push long-lived dev branches to the CPython repo
Brett Cannon
brett at python.org
Fri May 25 13:43:21 EDT 2018
More information about the python-committers mailing list
Fri May 25 13:43:21 EDT 2018
- Previous message (by thread): [python-committers] Comments on moving issues to GitHub
- Next message (by thread): [python-committers] Quick reminder: please don't push long-lived dev branches to the CPython repo
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
If you create a dev branch that is going to live for less than 24 hours because you edited some typo in the docs or something through GitHub's UI, then that's fine. But long-lived dev branches should be done in one's personal fork. This is for two reasons: one is so that others don't inadvertently download your dev branch when they do a `git pull` (and because people often forget to do `git pull --prune`), and two because it eats up our CI (which is especially precious while we are still on AppVeyor and the turn-around time there is so long). -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-committers/attachments/20180525/c87ea312/attachment.html>
- Previous message (by thread): [python-committers] Comments on moving issues to GitHub
- Next message (by thread): [python-committers] Quick reminder: please don't push long-lived dev branches to the CPython repo
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the python-committers mailing list