Hacker News new | ask | show | jobs
by spost 1073 days ago
https://github.com/tummychow/git-absorb Does a very nice job of this for me.
1 comments

>> git absorb will automatically identify which commits are safe to modify, and which staged changes belong to each of those commits. It will then write fixup! commits for each of those changes.

This looks like exactly what I wanted. Thank you!