How to Install stgit in Ubuntu 18.04



Install stgit by entering the following commands in the terminal:

sudo apt update
sudo apt install stgit

Description:

manage stacks of patches in a git repository

stgit provides 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.

Homepage: http://www.procode.org/stgit/

Version: 0.17.1-1

Section: universe/devel