tg
a Git patch queue manager
Install
- All systems
-
curl cmd.cat/tg.sh
- Debian
-
apt-get install topgit
- Ubuntu
-
apt-get install topgit
- Kali Linux
-
apt-get install topgit
- Fedora
-
dnf install topgit
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install topgit
- OS X
-
brew install topgit
- Raspbian
-
apt-get install topgit
- Dockerfile
- dockerfile.run/tg
topgit
a Git patch queue manager
TopGit manages a patch queue using Git topic branches, one patch per branch. It allows for patch dependencies and can thus manage non-linear patch series. TopGit is a minimal layer on top of Git, which does not limit use of Git's functionality (such as the index). It rigorously keeps history until a patch is accepted upstream. It is also fully usable across distributed repositories.