Here's my commit stack:
E (current -- contains error)
D (contains error)
C (contains error)
B (contains error)
A (oldest -- contains error)
There's an error in A, so I fix it, and I want that fix to apply to all the following commits above it in the stack.
I've read about fixup + autosquash, but that seems to only apply to a specific commit, and I'd like it to apply to all subsequent commits.
What's the common practice for this type of situation?