How to Install and Uninstall git-tools.noarch Package on Oracle Linux 9

Last updated: May 18,2024

1. Install "git-tools.noarch" package

In this section, we are going to explain the necessary steps to install git-tools.noarch on Oracle Linux 9

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

2. Uninstall "git-tools.noarch" package

In this section, we are going to explain the necessary steps to uninstall git-tools.noarch on Oracle Linux 9:

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

3. Information about the git-tools.noarch package on Oracle Linux 9

Last metadata expiration check: 2:46:40 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : git-tools
Version : 2022.12
Release : 1.el9
Architecture : noarch
Size : 43 k
Source : git-tools-2022.12-1.el9.src.rpm
Repository : epel
Summary : Assorted git-related scripts and tools
URL : https://github.com/MestreLion/git-tools
License : GPLv3+
Description : Assorted git-related scripts and tools:
:
: git-branches-rename:
: Batch renames branches with a matching prefix to another prefix
:
: git-clone-subset:
: Clones a subset of a git repository
:
: git-find-uncommitted-repos:
: Recursively list repos with uncommitted changes
:
: git-rebase-theirs:
: Resolve rebase conflicts and failed cherry-picks by favoring 'theirs' version
:
: git-restore-mtime:
: Restore original modification time of files based on the date of the most
: recent commit that modified them
:
: git-strip-merge:
: A git-merge wrapper that deletes files on a "foreign" branch before merging