Advanced: Fixup Commits Workflow
Description
For complex PRs with multiple commits, use fixup commits to address review feedback, then automatically squash them with autosquash rebase.
Theory Questions
1. What's the advantage of fixup commits over amending?
2. How do you create a fixup commit for a specific commit?
3. Which flag automatically squashes fixup commits during interactive rebase?