Tag vcs
2 bookmarks have this tag.
2 bookmarks have this tag.
Stacked Git, StGit for short, is an application for managing Git commits as a stack of patches.
With a patch stack workflow, multiple patches can be developed concurrently and efficiently, with each patch focused on a single concern, resulting in both a clean Git commit history and improved productivity.
While not as rigorous as systems like Darcs and Pijul (which are based on a formalized theory of patches