Skip to content

generate_lists: start with clean checkout

Karel Koci requested to merge bugfix/generate_lists-checkout-clean into hbl

This should be used always when we apply patches as otherwise git tries to do rebase on pull and if that passes then we try to reapply all patches which fails. The cleanup simply nukes the original git history thus we prevent these issues.

Merge request reports