from
Hacker News
Top
New
Absorbing commit changes in Mercurial 4.8
by
indygreg2
on 11/5/18, 5:24 PM with 1 comments
by
asqueella
on 11/6/18, 10:58 AM
I wanted to know if anything like this exists for git (apart from manually doing commit --fixup/rebase -i --autosquash) -- and a quick search found this:
https://github.com/tummychow/git-absorb
!