Hacker News new | ask | show | jobs
by bpicolo 4029 days ago
Then do a commit and then use rebase interactive (-i) and squash them together.
1 comments

That's what I would do, and that's what "git inject" seems to be after.