sorenlouv / backport

A simple CLI tool that automates the process of backporting commits on a GitHub repo
https://github.com/sqren/backport/blob/main/docs/config-file-options.md
Apache License 2.0
241 stars 57 forks source link

Gracefully handle corrupted backport repo #370

Closed sorenlouv closed 2 years ago

sorenlouv commented 2 years ago

Resolved the comment in https://github.com/sqren/backport/pull/303#issuecomment-1129683724

The regression was introduced in https://github.com/sqren/backport/pull/357 where git fetch needs to be called earlier in the flow.