git-spice
Manage stacked Git branches and submit pull requests easily
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install git-spice?โผ
Run `npx skills add abhinav/git-spice --all -g -y` in your terminal to install all skills in this suite globally.
What are stacked Git branches?โผ
Stacked branches are a chain of branches where each one builds on the previous, letting you split large work into small, reviewable pull requests. git-spice tracks these relationships and rebases the whole stack automatically.
How do I submit a whole stack as pull requests?โผ
Run `gs stack submit` and git-spice creates or updates pull requests for every branch in the stack on GitHub, GitLab, Bitbucket, Gitea, or Forgejo.
Does git-spice work offline?โผ
Yes. All branch stacking, navigation, and rebasing happens locally with no external dependencies until you push or pull from a remote.
Can I adopt git-spice in an existing Git workflow?โผ
Yes. git-spice works alongside your normal Git commands, so you can adopt it incrementally without changing how your team works.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core