How to Install and Uninstall git-revise.noarch Package on Fedora 34

Last updated: October 05,2024

1. Install "git-revise.noarch" package

Please follow the instructions below to install git-revise.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install git-revise.noarch

2. Uninstall "git-revise.noarch" package

Please follow the guidance below to uninstall git-revise.noarch on Fedora 34:

$ sudo dnf remove git-revise.noarch $ sudo dnf autoremove

3. Information about the git-revise.noarch package on Fedora 34

Last metadata expiration check: 0:30:51 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : git-revise
Version : 0.6.0
Release : 3.fc34
Architecture : noarch
Size : 14 k
Source : python-git-revise-0.6.0-3.fc34.src.rpm
Repository : fedora
Summary : Efficiently update, split, and rearrange git commits
URL : https://github.com/mystor/git-revise
License : MIT
Description :
: 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.