gt stack
Commands that operate on your current stack of branches
Subcommands
Name | Description |
---|---|
restack, r, fix, f | Ensure each branch in the current stack is based on its parent, rebasing if necessary |
submit, s | Idempotently force push all branches in the current stack to GitHub, creating or updating distinct pull requests for each |
test, t | Run the provided command on each branch in the current stack and aggregate the results |