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

git-filter-repo 2.38.0

Quickly rewrite Git repository history

git filter-repo is a versatile tool for rewriting history, which roughly falls into the same space of tool like git filter-branch but with more capabilities. git filter-repo is now recommended by the Git project instead of git filter-branch.

Installation

Install git-filter-repo 2.38.0 as follows:

guix install git-filter-repo@2.38.0

Or install the latest version:

guix install git-filter-repo

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.