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

Last updated: September 21,2024

1. Install "multi-git-status.noarch" package

This guide let you learn how to install multi-git-status.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install multi-git-status.noarch

2. Uninstall "multi-git-status.noarch" package

Please follow the step by step instructions below to uninstall multi-git-status.noarch on Fedora 34:

$ sudo dnf remove multi-git-status.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 2:20:30 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : multi-git-status
Version : 2.0
Release : 3.fc34
Architecture : noarch
Size : 70 k
Source : multi-git-status-2.0-3.fc34.src.rpm
Repository : fedora
Summary : Show uncommitted, untracked and unpushed changes for multiple Git repos
URL : https://github.com/fboender/multi-git-status
License : MIT
Description : Show uncommitted, untracked and unpushed changes for multiple Git repos.
:
: multi-git-status shows:
: * Uncommitted changes if there are unstaged or uncommitted changes on the
: checked out branch.
: * Untracked files if there are untracked files which are not ignored.
: * Needs push (BRANCH) if the branch is tracking a (remote) branch which is
: behind.
: * Needs upstream (BRANCH) if a branch does not have a local or remote
: upstream branch configured. Changes in the branch may otherwise
: never be pushed or merged.
: * Needs pull (BRANCH) if the branch is tracking a (remote) branch which is
: ahead. This requires that the local git repo already knows about the remote
: changes (i.e. you've done a fetch), or that you specify the -f option.
: Multi-git-status does NOT contact the remote by default.
: * X stashes if there are stashes.