We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c582d34 commit e3577eeCopy full SHA for e3577ee
1 file changed
cmd/modify.go
@@ -33,7 +33,8 @@ Operations available:
33
• Rename branches
34
35
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.`,
+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.`,
38
Example: ` # Open the interactive TUI to restructure the stack
39
$ gh stack modify
40
0 commit comments