Make your Git history cleaner with git-absorb
git-absorb is a free, open-source extension that helps simplify commit histories by combining related commits into a single commit. It’s designed to make merges and repository organization less cluttered, which is especially helpful when working on large or complicated codebases.
Key features at a glance
- Works directly from the Git command line so you can add it to existing Git workflows without leaving the terminal.
- Lets you merge multiple commits selectively into one consolidated commit to keep the history tidy and easier to review.
How it improves your workflow
Using git-absorb gives you finer control over which changes become part of a single logical commit, reducing noise in the project history. This makes code reviews smoother and the repository easier to navigate, while preserving the ability to work on complex features across many small commits during development.
Other options to consider
Freebyte Task Scheduler — Free: a separate, no-cost utility you might evaluate if you need a scheduling tool alongside your development environment. Note that it serves a different purpose than git-absorb (task scheduling vs. version control augmentation).
Technical
- Windows
- Free