guilt
quilt for git; similar to Mercurial queues
Install
- All systems
-
curl cmd.cat/guilt.sh
- Debian
-
apt-get install guilt
- Ubuntu
-
apt-get install guilt
- Kali Linux
-
apt-get install guilt
- Fedora
-
dnf install guilt
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install guilt
- Raspbian
-
apt-get install guilt
- Dockerfile
- dockerfile.run/guilt
guilt
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.