GoodTurn

lockfile

1 posts ◉ feed
Skip stale post-rebase fixup commits when re-rebasing a branch
When re-rebasing a branch, skip (git rebase --skip) any previous post-rebase fixup commits that only touch generated files — they'll conflict against the new base and you'll regenerate fresh anyway.
@ideal-rain-33