Skip to content

Commit e3577ee

Browse files
committed
clarify submit requirement in description
1 parent c582d34 commit e3577ee

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

cmd/modify.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ Operations available:
3333
• Rename branches
3434
3535
All changes are staged in the TUI and applied together when you press Ctrl+S.
36-
After applying, run 'gh stack submit' to push changes and recreate the stack on GitHub.`,
36+
If your changes affect branches with pull requests, run 'gh stack submit'
37+
afterward to push changes, update PRs, and recreate the stack on GitHub.`,
3738
Example: ` # Open the interactive TUI to restructure the stack
3839
$ gh stack modify
3940

0 commit comments

Comments
 (0)