stg

manage stacks of patches in a git repository

Install

All systems
curl cmd.cat/stg.sh
Debian Debian
apt-get install stgit
Ubuntu
apt-get install stgit
image/svg+xml Kali Linux
apt-get install stgit
Fedora
dnf install stgit
Windows (WSL2)
sudo apt-get update sudo apt-get install stgit
OS X
brew install stgit
Raspbian
apt-get install stgit

stgit

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.