Hacker News new | ask | show | jobs
by stormbrew 4031 days ago
There's also a feature called autosquash that lets you use 'git commit --fixup sha' to write a commit preformatted to be recognized by interactive rebase. You have to turn it on in your config, but it's very handy for this sort of thing.
1 comments

Yep, git inject uses this feature :)