git-rewrite 0.1.0

Filter and rewrite history, trees, and (eventuall) blobs.
Documentation

✏️ git-rewrite

Porcelain for rewriting repository history, trees, and (eventually) blobs.

CI CD

[!CAUTION] This project is being actively developed! Despite this, semantic versioning rules will be respected. Expect frequent updates.

Motivation

To support a more expansive usage of the Git object database, as is the goal for other projects within the git-ents organization, new porecelain is needed. This project provides porcelain that allows users to rewrite repository history as safely as possible.

Installation

CLI

The git-rewrite porecelain command can be installed with cargo install.

cargo install --locked git-rewrite

To install the latest development version, install from Git.

cargo install --git https://github.com/git-ents/git-rewrite

If ~/.cargo/bin is on your PATH, you can invoke the command with git.

git rewrite -h