python / cherry-picker

🐍🍒⛏ Utility script for backporting/cherry-picking CPython changes from master into one of the maintenance branches.
Apache License 2.0
46 stars 38 forks source link

Use `git push -f` when pushing into backport branches #32

Closed ambv closed 2 years ago

ambv commented 2 years ago

This solves issues with stale remote branches without having to keep track of them explicitly.