Skip to content

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.

    Daily workflows →

  • Advanced Workflows


    Power-user operations: splitting commits, reorganizing stacks, moving branches, and running commands across the stack.

    Advanced workflows →

  • Team Collaboration


    Sharing configuration, protecting branches, fetching teammate stacks, and CI integration.

    Collaboration →

Quick Reference

Task Command
Update after code review stackit modify then stackit restack --upstack
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>