How to Install and Uninstall git-revise.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)
Last updated: November 25,2024
1. Install "git-revise.noarch" package
This tutorial shows how to install git-revise.noarch on Red Hat Enterprise Linux 9 (RHEL 9)
$
sudo dnf update
Copied
$
sudo dnf install
git-revise.noarch
Copied
2. Uninstall "git-revise.noarch" package
Learn how to uninstall git-revise.noarch on Red Hat Enterprise Linux 9 (RHEL 9):
$
sudo dnf remove
git-revise.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the git-revise.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)
Last metadata expiration check: 1:29:30 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : git-revise
Version : 0.7.0
Release : 5.el9
Architecture : noarch
Size : 14 k
Source : python-git-revise-0.7.0-5.el9.src.rpm
Repository : epel
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.
Available Packages
Name : git-revise
Version : 0.7.0
Release : 5.el9
Architecture : noarch
Size : 14 k
Source : python-git-revise-0.7.0-5.el9.src.rpm
Repository : epel
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.