Splitting a git commit
Summary
Explains a simple git history split workflow to split a commit by hunks using git history split ${REF}, with interactive prompts for which changes to include and commit messages. The post points readers to Stack Overflow discussions comparing older, more cumbersome methods to a streamlined approach. It serves as a quick, practical tip for refining commits during development.