giff

1 minute read Published: 2024-08-06

giff

giff visualizes the differences between the current HEAD and a specified branch in a git repository using a formatted

table output in your terminal. The differences are displayed with color-coded additions and deletions for better readability.

Features

Requirements

Dependencies

This project uses the following Rust crates:

Installation

cargo install giff

From source

git clone https://github.com/bahdotsh/giff.git
cd giff
cargo install --path .

Usage

giff -b branch //by default, the branch will be main