>
2026-05-07
·
5 min
·
cleaner-git-history-with-fixup-autosquash.md
Cleaner Git history with --fixup and --autosquash (and when it doesn't matter)
I was studying Git for a senior interview prep when I rediscovered a workflow I keep forgetting: the --fixup + --autosquash combo. It’s one of those features that feels invisibl...
--git
--workflow
--rebase
--lazygit
--til