You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
b.WriteString(helpDescStyle.Render("Press "+helpKeyStyle.Render("Ctrl+S") +" to apply all staged changes. Nothing is modified until you save."))
55
+
b.WriteString("\n")
56
+
b.WriteString(helpDescStyle.Render("If you have open PRs, run ") +helpKeyStyle.Render("gh stack submit") +helpDescStyle.Render(" afterwards to push the updated"))
57
+
b.WriteString("\n")
58
+
b.WriteString(helpDescStyle.Render("branches and recreate the stack of PRs on GitHub."))
59
+
60
+
b.WriteString("\n\n")
54
61
b.WriteString(statusBarStyle.Render("Press ? or Esc to close"))
0 commit comments