How to Install and Uninstall git-revise Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 12,2024

1. Install "git-revise" package

Please follow the instructions below to install git-revise on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install git-revise

2. Uninstall "git-revise" package

This is a short guide on how to uninstall git-revise on Ubuntu 20.10 (Groovy Gorilla):

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

3. Information about the git-revise package on Ubuntu 20.10 (Groovy Gorilla)

Package: git-revise
Architecture: all
Version: 0.5.1-1
Priority: optional
Section: universe/devel
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Nicolas Schier
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 103
Depends: python3:any (>= 3.6~), git
Filename: pool/universe/g/git-revise/git-revise_0.5.1-1_all.deb
Size: 27312
MD5sum: d57a4f11eeed5c840253f6da34856464
SHA1: 29db66b7666453236266597686f5fa33d78fa478
SHA256: a9b7960082270195465fe477a5249271f779a75661cdc5300c81c17b3d62955c
SHA512: 45b91a480858b6ff00913fa6756043e68f552e6e1a0d91ebee65dfb2f0703fa2737d30bb2e2155ffd9e057a46011b1b58fec44c17d23266f5108b1bdb400c00d
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