How to Install guilt in Ubuntu 18.04



Install guilt by entering the following commands in the terminal:

sudo apt update
sudo apt install guilt

Description:

quilt for git; similar to Mercurial queues

Guilt (Git Quilt) is a series of bash scripts which add a Mercurial queues-like functionality and interface to git. The one distinguishing feature from other quilt-like porcelains, is the format of the patches directory. . All the information is stored as plain text - a series file and the patches (one per file). This easily lends itself to versioning the patches using any number of SCMs.

Homepage: http://repo.or.cz/w/guilt.git

Version: 0.36-2

Section: universe/devel