This package browser is in early development. Mind the rough edges.

git-absorb 0.6.11

Git tool for making automatic fixup commits

git absorb automatically absorbs staged changes into their current branch. 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.

Installation

Install git-absorb 0.6.11 as follows:

guix install git-absorb@0.6.11

Or install the latest version:

guix install git-absorb

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.