git-absorb

Automatic git commit --fixup for amending previous commits

brewmacoslinux
Try with needOr install directly
Source

About

Automatic git commit --fixup

Commands

git-absorb

Examples

Absorb staged changes into previous commits automatically$ git absorb
Absorb changes interactively, reviewing each fixup before applying$ git absorb --interactive
Absorb changes and automatically rebase to apply fixups$ git absorb --and-rebase