How To Install stgit on CentOS 8

stgit is Patch stack for Git repositories

Introduction

In this tutorial we learn how to install stgit on CentOS 8.

What is stgit

StGit is a Python application providing similar functionality to Quilt (i.e. pushing/popping patches to/from a stack) on top of Git. These operations are performed using Git commands and the patches are stored as Git commit objects, allowing easy merging of the StGit patches into other repositories using standard Git functionality. Note that StGit is not an SCM interface on top of Git and it expects a previously initialized Git repository. For standard SCM operations, either use plain Git commands or the Cogito tool.

We can use yum or dnf to install stgit on CentOS 8. In this tutorial we discuss both methods but you only need to choose one of method to install stgit.

Install stgit on CentOS 8 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

The output should look something like this:

CentOS Linux 8 - AppStream                                       43 kB/s | 4.3 kB     00:00    
CentOS Linux 8 - BaseOS                                          65 kB/s | 3.9 kB     00:00    
CentOS Linux 8 - ContinuousRelease                               43 kB/s | 3.0 kB     00:00    
CentOS Linux 8 - Extras                                          23 kB/s | 1.5 kB     00:00    
CentOS Linux 8 - FastTrack                                       40 kB/s | 3.0 kB     00:00    
CentOS Linux 8 - HighAvailability                                36 kB/s | 3.9 kB     00:00    
CentOS Linux 8 - Plus                                            24 kB/s | 1.5 kB     00:00    
CentOS Linux 8 - PowerTools                                      50 kB/s | 4.3 kB     00:00    
Extra Packages for Enterprise Linux Modular 8 - x86_64           13 kB/s | 9.2 kB     00:00    
Extra Packages for Enterprise Linux 8 - x86_64                   24 kB/s | 8.5 kB     00:00    
Metadata cache created.

After updating yum database, We can install stgit using dnf by running the following command:

sudo dnf -y install stgit

Install stgit on CentOS 8 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

The output should look something like this:

CentOS Linux 8 - AppStream                                       43 kB/s | 4.3 kB     00:00    
CentOS Linux 8 - BaseOS                                          65 kB/s | 3.9 kB     00:00    
CentOS Linux 8 - ContinuousRelease                               43 kB/s | 3.0 kB     00:00    
CentOS Linux 8 - Extras                                          23 kB/s | 1.5 kB     00:00    
CentOS Linux 8 - FastTrack                                       40 kB/s | 3.0 kB     00:00    
CentOS Linux 8 - HighAvailability                                36 kB/s | 3.9 kB     00:00    
CentOS Linux 8 - Plus                                            24 kB/s | 1.5 kB     00:00    
CentOS Linux 8 - PowerTools                                      50 kB/s | 4.3 kB     00:00    
Extra Packages for Enterprise Linux Modular 8 - x86_64           13 kB/s | 9.2 kB     00:00    
Extra Packages for Enterprise Linux 8 - x86_64                   24 kB/s | 8.5 kB     00:00    
Metadata cache created.

After updating yum database, We can install stgit using yum by running the following command:

sudo yum -y install stgit

How To Uninstall stgit on CentOS 8

To uninstall only the stgit package we can use the following command:

sudo dnf remove stgit

stgit Package Contents on CentOS 8

/etc/bash_completion.d
/etc/bash_completion.d/stgit
/usr/bin/stg
/usr/lib/python3.6/site-packages/stgit
/usr/lib/python3.6/site-packages/stgit-0.23-py3.6.egg-info
/usr/lib/python3.6/site-packages/stgit/__init__.py
/usr/lib/python3.6/site-packages/stgit/__pycache__
/usr/lib/python3.6/site-packages/stgit/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/stgit/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/stgit/__pycache__/argparse.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/stgit/__pycache__/argparse.cpython-36.pyc
/usr/lib/python3.6/site-packages/stgit/__pycache__/builtin_version.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/stgit/__pycache__/builtin_version.cpython-36.pyc
/usr/lib/python3.6/site-packages/stgit/__pycache__/compat.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/stgit/__pycache__/compat.cpython-36.pyc
/usr/lib/python3.6/site-packages/stgit/__pycache__/config.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/stgit/__pycache__/config.cpython-36.pyc
/usr/lib/python3.6/site-packages/stgit/__pycache__/exception.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/stgit/__pycache__/exception.cpython-36.pyc
/usr/lib/python3.6/site-packages/stgit/__pycache__/main.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/stgit/__pycache__/main.cpython-36.pyc
/usr/lib/python3.6/site-packages/stgit/__pycache__/out.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/stgit/__pycache__/out.cpython-36.pyc
/usr/lib/python3.6/site-packages/stgit/__pycache__/pager.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/stgit/__pycache__/pager.cpython-36.pyc
/usr/lib/python3.6/site-packages/stgit/__pycache__/run.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/stgit/__pycache__/run.cpython-36.pyc
/usr/lib/python3.6/site-packages/stgit/__pycache__/templates.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/stgit/__pycache__/templates.cpython-36.pyc
/usr/lib/python3.6/site-packages/stgit/__pycache__/utils.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/stgit/__pycache__/utils.cpython-36.pyc
/usr/lib/python3.6/site-packages/stgit/__pycache__/version.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/stgit/__pycache__/version.cpython-36.pyc
/usr/lib/python3.6/site-packages/stgit/argparse.py
/usr/lib/python3.6/site-packages/stgit/builtin_version.py
/usr/lib/python3.6/site-packages/stgit/commands
/usr/lib/python3.6/site-packages/stgit/commands/__init__.py
/usr/lib/python3.6/site-packages/stgit/commands/__pycache__
/usr/lib/python3.6/site-packages/stgit/commands/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/stgit/commands/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/stgit/commands/__pycache__/branch.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/stgit/commands/__pycache__/branch.cpython-36.pyc
/usr/lib/python3.6/site-packages/stgit/commands/__pycache__/clean.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/stgit/commands/__pycache__/clean.cpython-36.pyc
/usr/lib/python3.6/site-packages/stgit/commands/__pycache__/clone.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/stgit/commands/__pycache__/clone.cpython-36.pyc
/usr/lib/python3.6/site-packages/stgit/commands/__pycache__/cmdlist.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/stgit/commands/__pycache__/cmdlist.cpython-36.pyc
/usr/lib/python3.6/site-packages/stgit/commands/__pycache__/commit.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/stgit/commands/__pycache__/commit.cpython-36.pyc
/usr/lib/python3.6/site-packages/stgit/commands/__pycache__/common.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/stgit/commands/__pycache__/common.cpython-36.pyc
/usr/lib/python3.6/site-packages/stgit/commands/__pycache__/delete.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/stgit/commands/__pycache__/delete.cpython-36.pyc
/usr/lib/python3.6/site-packages/stgit/commands/__pycache__/diff.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/stgit/commands/__pycache__/diff.cpython-36.pyc
/usr/lib/python3.6/site-packages/stgit/commands/__pycache__/edit.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/stgit/commands/__pycache__/edit.cpython-36.pyc
/usr/lib/python3.6/site-packages/stgit/commands/__pycache__/export.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/stgit/commands/__pycache__/export.cpython-36.pyc
/usr/lib/python3.6/site-packages/stgit/commands/__pycache__/files.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/stgit/commands/__pycache__/files.cpython-36.pyc
/usr/lib/python3.6/site-packages/stgit/commands/__pycache__/float.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/stgit/commands/__pycache__/float.cpython-36.pyc
/usr/lib/python3.6/site-packages/stgit/commands/__pycache__/fold.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/stgit/commands/__pycache__/fold.cpython-36.pyc
/usr/lib/python3.6/site-packages/stgit/commands/__pycache__/goto.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/stgit/commands/__pycache__/goto.cpython-36.pyc
/usr/lib/python3.6/site-packages/stgit/commands/__pycache__/hide.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/stgit/commands/__pycache__/hide.cpython-36.pyc
/usr/lib/python3.6/site-packages/stgit/commands/__pycache__/id.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/stgit/commands/__pycache__/id.cpython-36.pyc
/usr/lib/python3.6/site-packages/stgit/commands/__pycache__/imprt.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/stgit/commands/__pycache__/imprt.cpython-36.pyc
/usr/lib/python3.6/site-packages/stgit/commands/__pycache__/init.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/stgit/commands/__pycache__/init.cpython-36.pyc
/usr/lib/python3.6/site-packages/stgit/commands/__pycache__/log.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/stgit/commands/__pycache__/log.cpython-36.pyc
/usr/lib/python3.6/site-packages/stgit/commands/__pycache__/mail.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/stgit/commands/__pycache__/mail.cpython-36.pyc
/usr/lib/python3.6/site-packages/stgit/commands/__pycache__/new.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/stgit/commands/__pycache__/new.cpython-36.pyc
/usr/lib/python3.6/site-packages/stgit/commands/__pycache__/next.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/stgit/commands/__pycache__/next.cpython-36.pyc
/usr/lib/python3.6/site-packages/stgit/commands/__pycache__/patches.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/stgit/commands/__pycache__/patches.cpython-36.pyc
/usr/lib/python3.6/site-packages/stgit/commands/__pycache__/pick.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/stgit/commands/__pycache__/pick.cpython-36.pyc
/usr/lib/python3.6/site-packages/stgit/commands/__pycache__/pop.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/stgit/commands/__pycache__/pop.cpython-36.pyc
/usr/lib/python3.6/site-packages/stgit/commands/__pycache__/prev.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/stgit/commands/__pycache__/prev.cpython-36.pyc
/usr/lib/python3.6/site-packages/stgit/commands/__pycache__/publish.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/stgit/commands/__pycache__/publish.cpython-36.pyc
/usr/lib/python3.6/site-packages/stgit/commands/__pycache__/pull.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/stgit/commands/__pycache__/pull.cpython-36.pyc
/usr/lib/python3.6/site-packages/stgit/commands/__pycache__/push.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/stgit/commands/__pycache__/push.cpython-36.pyc
/usr/lib/python3.6/site-packages/stgit/commands/__pycache__/rebase.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/stgit/commands/__pycache__/rebase.cpython-36.pyc
/usr/lib/python3.6/site-packages/stgit/commands/__pycache__/redo.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/stgit/commands/__pycache__/redo.cpython-36.pyc
/usr/lib/python3.6/site-packages/stgit/commands/__pycache__/refresh.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/stgit/commands/__pycache__/refresh.cpython-36.pyc
/usr/lib/python3.6/site-packages/stgit/commands/__pycache__/rename.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/stgit/commands/__pycache__/rename.cpython-36.pyc
/usr/lib/python3.6/site-packages/stgit/commands/__pycache__/repair.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/stgit/commands/__pycache__/repair.cpython-36.pyc
/usr/lib/python3.6/site-packages/stgit/commands/__pycache__/reset.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/stgit/commands/__pycache__/reset.cpython-36.pyc
/usr/lib/python3.6/site-packages/stgit/commands/__pycache__/series.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/stgit/commands/__pycache__/series.cpython-36.pyc
/usr/lib/python3.6/site-packages/stgit/commands/__pycache__/show.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/stgit/commands/__pycache__/show.cpython-36.pyc
/usr/lib/python3.6/site-packages/stgit/commands/__pycache__/sink.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/stgit/commands/__pycache__/sink.cpython-36.pyc
/usr/lib/python3.6/site-packages/stgit/commands/__pycache__/squash.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/stgit/commands/__pycache__/squash.cpython-36.pyc
/usr/lib/python3.6/site-packages/stgit/commands/__pycache__/sync.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/stgit/commands/__pycache__/sync.cpython-36.pyc
/usr/lib/python3.6/site-packages/stgit/commands/__pycache__/top.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/stgit/commands/__pycache__/top.cpython-36.pyc
/usr/lib/python3.6/site-packages/stgit/commands/__pycache__/uncommit.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/stgit/commands/__pycache__/uncommit.cpython-36.pyc
/usr/lib/python3.6/site-packages/stgit/commands/__pycache__/undo.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/stgit/commands/__pycache__/undo.cpython-36.pyc
/usr/lib/python3.6/site-packages/stgit/commands/__pycache__/unhide.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/stgit/commands/__pycache__/unhide.cpython-36.pyc
/usr/lib/python3.6/site-packages/stgit/commands/branch.py
/usr/lib/python3.6/site-packages/stgit/commands/clean.py
/usr/lib/python3.6/site-packages/stgit/commands/clone.py
/usr/lib/python3.6/site-packages/stgit/commands/cmdlist.py
/usr/lib/python3.6/site-packages/stgit/commands/commit.py
/usr/lib/python3.6/site-packages/stgit/commands/common.py
/usr/lib/python3.6/site-packages/stgit/commands/delete.py
/usr/lib/python3.6/site-packages/stgit/commands/diff.py
/usr/lib/python3.6/site-packages/stgit/commands/edit.py
/usr/lib/python3.6/site-packages/stgit/commands/export.py
/usr/lib/python3.6/site-packages/stgit/commands/files.py
/usr/lib/python3.6/site-packages/stgit/commands/float.py
/usr/lib/python3.6/site-packages/stgit/commands/fold.py
/usr/lib/python3.6/site-packages/stgit/commands/goto.py
/usr/lib/python3.6/site-packages/stgit/commands/hide.py
/usr/lib/python3.6/site-packages/stgit/commands/id.py
/usr/lib/python3.6/site-packages/stgit/commands/imprt.py
/usr/lib/python3.6/site-packages/stgit/commands/init.py
/usr/lib/python3.6/site-packages/stgit/commands/log.py
/usr/lib/python3.6/site-packages/stgit/commands/mail.py
/usr/lib/python3.6/site-packages/stgit/commands/new.py
/usr/lib/python3.6/site-packages/stgit/commands/next.py
/usr/lib/python3.6/site-packages/stgit/commands/patches.py
/usr/lib/python3.6/site-packages/stgit/commands/pick.py
/usr/lib/python3.6/site-packages/stgit/commands/pop.py
/usr/lib/python3.6/site-packages/stgit/commands/prev.py
/usr/lib/python3.6/site-packages/stgit/commands/publish.py
/usr/lib/python3.6/site-packages/stgit/commands/pull.py
/usr/lib/python3.6/site-packages/stgit/commands/push.py
/usr/lib/python3.6/site-packages/stgit/commands/rebase.py
/usr/lib/python3.6/site-packages/stgit/commands/redo.py
/usr/lib/python3.6/site-packages/stgit/commands/refresh.py
/usr/lib/python3.6/site-packages/stgit/commands/rename.py
/usr/lib/python3.6/site-packages/stgit/commands/repair.py
/usr/lib/python3.6/site-packages/stgit/commands/reset.py
/usr/lib/python3.6/site-packages/stgit/commands/series.py
/usr/lib/python3.6/site-packages/stgit/commands/show.py
/usr/lib/python3.6/site-packages/stgit/commands/sink.py
/usr/lib/python3.6/site-packages/stgit/commands/squash.py
/usr/lib/python3.6/site-packages/stgit/commands/sync.py
/usr/lib/python3.6/site-packages/stgit/commands/top.py
/usr/lib/python3.6/site-packages/stgit/commands/uncommit.py
/usr/lib/python3.6/site-packages/stgit/commands/undo.py
/usr/lib/python3.6/site-packages/stgit/commands/unhide.py
/usr/lib/python3.6/site-packages/stgit/compat.py
/usr/lib/python3.6/site-packages/stgit/completion
/usr/lib/python3.6/site-packages/stgit/completion/__init__.py
/usr/lib/python3.6/site-packages/stgit/completion/__pycache__
/usr/lib/python3.6/site-packages/stgit/completion/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/stgit/completion/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/stgit/completion/__pycache__/bash.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/stgit/completion/__pycache__/bash.cpython-36.pyc
/usr/lib/python3.6/site-packages/stgit/completion/__pycache__/fish.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/stgit/completion/__pycache__/fish.cpython-36.pyc
/usr/lib/python3.6/site-packages/stgit/completion/bash.py
/usr/lib/python3.6/site-packages/stgit/completion/fish.py
/usr/lib/python3.6/site-packages/stgit/config.py
/usr/lib/python3.6/site-packages/stgit/exception.py
/usr/lib/python3.6/site-packages/stgit/lib
/usr/lib/python3.6/site-packages/stgit/lib/__init__.py
/usr/lib/python3.6/site-packages/stgit/lib/__pycache__
/usr/lib/python3.6/site-packages/stgit/lib/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/stgit/lib/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/stgit/lib/__pycache__/edit.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/stgit/lib/__pycache__/edit.cpython-36.pyc
/usr/lib/python3.6/site-packages/stgit/lib/__pycache__/log.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/stgit/lib/__pycache__/log.cpython-36.pyc
/usr/lib/python3.6/site-packages/stgit/lib/__pycache__/objcache.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/stgit/lib/__pycache__/objcache.cpython-36.pyc
/usr/lib/python3.6/site-packages/stgit/lib/__pycache__/stack.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/stgit/lib/__pycache__/stack.cpython-36.pyc
/usr/lib/python3.6/site-packages/stgit/lib/__pycache__/stackupgrade.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/stgit/lib/__pycache__/stackupgrade.cpython-36.pyc
/usr/lib/python3.6/site-packages/stgit/lib/__pycache__/transaction.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/stgit/lib/__pycache__/transaction.cpython-36.pyc
/usr/lib/python3.6/site-packages/stgit/lib/edit.py
/usr/lib/python3.6/site-packages/stgit/lib/git
/usr/lib/python3.6/site-packages/stgit/lib/git/__init__.py
/usr/lib/python3.6/site-packages/stgit/lib/git/__pycache__
/usr/lib/python3.6/site-packages/stgit/lib/git/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/stgit/lib/git/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/stgit/lib/git/__pycache__/base.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/stgit/lib/git/__pycache__/base.cpython-36.pyc
/usr/lib/python3.6/site-packages/stgit/lib/git/__pycache__/branch.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/stgit/lib/git/__pycache__/branch.cpython-36.pyc
/usr/lib/python3.6/site-packages/stgit/lib/git/__pycache__/date.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/stgit/lib/git/__pycache__/date.cpython-36.pyc
/usr/lib/python3.6/site-packages/stgit/lib/git/__pycache__/iw.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/stgit/lib/git/__pycache__/iw.cpython-36.pyc
/usr/lib/python3.6/site-packages/stgit/lib/git/__pycache__/objects.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/stgit/lib/git/__pycache__/objects.cpython-36.pyc
/usr/lib/python3.6/site-packages/stgit/lib/git/__pycache__/person.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/stgit/lib/git/__pycache__/person.cpython-36.pyc
/usr/lib/python3.6/site-packages/stgit/lib/git/__pycache__/repository.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/stgit/lib/git/__pycache__/repository.cpython-36.pyc
/usr/lib/python3.6/site-packages/stgit/lib/git/base.py
/usr/lib/python3.6/site-packages/stgit/lib/git/branch.py
/usr/lib/python3.6/site-packages/stgit/lib/git/date.py
/usr/lib/python3.6/site-packages/stgit/lib/git/iw.py
/usr/lib/python3.6/site-packages/stgit/lib/git/objects.py
/usr/lib/python3.6/site-packages/stgit/lib/git/person.py
/usr/lib/python3.6/site-packages/stgit/lib/git/repository.py
/usr/lib/python3.6/site-packages/stgit/lib/log.py
/usr/lib/python3.6/site-packages/stgit/lib/objcache.py
/usr/lib/python3.6/site-packages/stgit/lib/stack.py
/usr/lib/python3.6/site-packages/stgit/lib/stackupgrade.py
/usr/lib/python3.6/site-packages/stgit/lib/transaction.py
/usr/lib/python3.6/site-packages/stgit/main.py
/usr/lib/python3.6/site-packages/stgit/out.py
/usr/lib/python3.6/site-packages/stgit/pager.py
/usr/lib/python3.6/site-packages/stgit/run.py
/usr/lib/python3.6/site-packages/stgit/templates
/usr/lib/python3.6/site-packages/stgit/templates.py
/usr/lib/python3.6/site-packages/stgit/templates/covermail.tmpl
/usr/lib/python3.6/site-packages/stgit/templates/mailattch.tmpl
/usr/lib/python3.6/site-packages/stgit/templates/patchandattch.tmpl
/usr/lib/python3.6/site-packages/stgit/templates/patchexport.tmpl
/usr/lib/python3.6/site-packages/stgit/templates/patchmail.tmpl
/usr/lib/python3.6/site-packages/stgit/utils.py
/usr/lib/python3.6/site-packages/stgit/version.py
/usr/share/doc/stgit
/usr/share/doc/stgit/COPYING
/usr/share/man/man1/stg-branch.1.gz
/usr/share/man/man1/stg-clean.1.gz
/usr/share/man/man1/stg-clone.1.gz
/usr/share/man/man1/stg-commit.1.gz
/usr/share/man/man1/stg-delete.1.gz
/usr/share/man/man1/stg-diff.1.gz
/usr/share/man/man1/stg-edit.1.gz
/usr/share/man/man1/stg-export.1.gz
/usr/share/man/man1/stg-files.1.gz
/usr/share/man/man1/stg-float.1.gz
/usr/share/man/man1/stg-fold.1.gz
/usr/share/man/man1/stg-goto.1.gz
/usr/share/man/man1/stg-hide.1.gz
/usr/share/man/man1/stg-id.1.gz
/usr/share/man/man1/stg-import.1.gz
/usr/share/man/man1/stg-init.1.gz
/usr/share/man/man1/stg-log.1.gz
/usr/share/man/man1/stg-mail.1.gz
/usr/share/man/man1/stg-new.1.gz
/usr/share/man/man1/stg-next.1.gz
/usr/share/man/man1/stg-patches.1.gz
/usr/share/man/man1/stg-pick.1.gz
/usr/share/man/man1/stg-pop.1.gz
/usr/share/man/man1/stg-prev.1.gz
/usr/share/man/man1/stg-publish.1.gz
/usr/share/man/man1/stg-pull.1.gz
/usr/share/man/man1/stg-push.1.gz
/usr/share/man/man1/stg-rebase.1.gz
/usr/share/man/man1/stg-redo.1.gz
/usr/share/man/man1/stg-refresh.1.gz
/usr/share/man/man1/stg-rename.1.gz
/usr/share/man/man1/stg-repair.1.gz
/usr/share/man/man1/stg-reset.1.gz
/usr/share/man/man1/stg-series.1.gz
/usr/share/man/man1/stg-show.1.gz
/usr/share/man/man1/stg-sink.1.gz
/usr/share/man/man1/stg-squash.1.gz
/usr/share/man/man1/stg-sync.1.gz
/usr/share/man/man1/stg-top.1.gz
/usr/share/man/man1/stg-uncommit.1.gz
/usr/share/man/man1/stg-undo.1.gz
/usr/share/man/man1/stg-unhide.1.gz
/usr/share/man/man1/stg.1.gz
/usr/share/stgit
/usr/share/stgit/completion
/usr/share/stgit/completion/stg.fish
/usr/share/stgit/completion/stgit.bash
/usr/share/stgit/completion/stgit.zsh
/usr/share/stgit/contrib
/usr/share/stgit/contrib/stgbashprompt.sh
/usr/share/stgit/examples
/usr/share/stgit/examples/gitconfig
/usr/share/stgit/examples/patchdescr.tmpl
/usr/share/stgit/templates
/usr/share/stgit/templates/covermail.tmpl
/usr/share/stgit/templates/mailattch.tmpl
/usr/share/stgit/templates/patchandattch.tmpl
/usr/share/stgit/templates/patchexport.tmpl
/usr/share/stgit/templates/patchmail.tmpl
/usr/share/vim/vimfiles/ftdetect/stg.vim
/usr/share/vim/vimfiles/syntax/stgedit.vim
/usr/share/vim/vimfiles/syntax/stgmail.vim
/usr/share/vim/vimfiles/syntax/stgnew.vim
/usr/share/vim/vimfiles/syntax/stgsquash.vim

References

Summary

In this tutorial we learn how to install stgit on CentOS 8 using yum and dnf.