Workflows¶
Practical guides for using stackit effectively in your daily development.
-
Daily Workflows
Common tasks like updating after code review, syncing with main, and using absorb for quick fixes.
-
Advanced Workflows
Power-user operations: splitting commits, reorganizing stacks, moving branches, and running commands across the stack.
-
Team Collaboration
Sharing configuration, protecting branches, fetching teammate stacks, and CI integration.
Quick Reference¶
| Task | Command |
|---|---|
| Update after code review | stackit modify then stackit restack |
| Absorb fixes into correct branches | stackit absorb |
| Sync with main | stackit sync |
| Split commits into branches | stackit split |
| Move branch to new parent | stackit move <branch> <new-parent> |
| Fetch teammate's stack | stackit get <pr-number> |