How to Install and Uninstall git-revise Package on Kali Linux

Last updated: July 03,2024

1. Install "git-revise" package

In this section, we are going to explain the necessary steps to install git-revise on Kali Linux

$ sudo apt update $ sudo apt install git-revise

2. Uninstall "git-revise" package

Please follow the guidance below to uninstall git-revise on Kali Linux:

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

3. Information about the git-revise package on Kali Linux

Package: git-revise
Version: 0.7.0-1
Installed-Size: 122
Maintainer: Nicolas Schier
Architecture: all
Depends: python3:any (>= 3.6~), git
Size: 32360
SHA256: 523fb91cca35a1eed59412daecd6077b1984443b0c8ed45eb63993a92cd107eb
SHA1: b94fd090601288951647162dbace2e255d8e94fe
MD5sum: 33e6f1e14dfb9a0aeede83e8ac848cfd
Description: 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:
Homepage: https://mystor.github.io/git-revise.html
Section: devel
Priority: optional
Filename: pool/main/g/git-revise/git-revise_0.7.0-1_all.deb