git-absorb

v 0.6.13 Updated: 2 weeks ago

git commit --fixup, but automatic

git commit --fixup, but automatic. You have a feature branch with a few commits. Your teammate reviewed the branch and pointed out a few bugs. You have fixes for the bugs, but you don't want to shove them all into an opaque commit that says fixes, because you believe in atomic commits. Instead of manually finding commit SHAs for git commit --fixup, or running a manual interactive rebase, 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.

https://github.com/tummychow/git-absorb

To install git-absorb, paste this in macOS terminal after installing MacPorts

sudo port install git-absorb

Add to my watchlist

Installations 4
Requested Installations 4