How to Install and Uninstall git-revise Package on Ubuntu 21.04 (Hirsute Hippo)

Last updated: May 08,2024

1. Install "git-revise" package

This tutorial shows how to install git-revise on Ubuntu 21.04 (Hirsute Hippo)

$ sudo apt update $ sudo apt install git-revise

2. Uninstall "git-revise" package

This tutorial shows how to uninstall git-revise on Ubuntu 21.04 (Hirsute Hippo):

$ sudo apt remove git-revise $ sudo apt autoclean && sudo apt autoremove

3. Information about the git-revise package on Ubuntu 21.04 (Hirsute Hippo)

Package: git-revise
Architecture: all
Version: 0.6.0-2
Priority: optional
Section: universe/devel
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Nicolas Schier
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 107
Depends: python3:any (>= 3.6~), git
Filename: pool/universe/g/git-revise/git-revise_0.6.0-2_all.deb
Size: 28504
MD5sum: f4a555cd910f057954a62df45ed07c81
SHA1: 7932b8e3a84c3219f17ce72a3f4bb73b2f2b114d
SHA256: 7c8e464e56469c72e59c9bac79d16114970ecbb368b364d1069537fcf238034d
SHA512: e6d5a130666441643d2b654d9f7c7763c6bac7138131433f747e7948e247d2508188295d11075c6be02b72266ee820e78567419af986a9528b5ecbf89390b129
Homepage: https://mystor.github.io/git-revise.html
Description-en: handy git tool for doing efficient in-memory commit rebases & fixups
git revise is a git subcommand to efficiently update, split, and
rearrange commits. It is heavily inspired by git rebase, however it
tries to be more efficient and ergonomic for patch-stack oriented
workflows.
.
By default, git revise will apply staged changes to a target commit,
then update HEAD to point at the revised history. It also supports
splitting commits and rewording commit messages.
.
Unlike git rebase, git revise avoids modifying the working directory
or the index state, performing all merges in-memory and only writing
them when necessary. This allows it to be significantly faster on
large codebases and avoids unnecessarily invalidating builds.
Description-md5: 4853d9135358657442b5a2e767b8924b