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
Copy file name to clipboardExpand all lines: README.md
-31Lines changed: 0 additions & 31 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -326,37 +326,6 @@ gh stack view --short
326
326
gh stack view --json
327
327
```
328
328
329
-
### `gh stack unstack`
330
-
331
-
Remove a stack from local tracking and optionally delete it on GitHub.
332
-
333
-
```
334
-
gh stack unstack [branch] [flags]
335
-
```
336
-
337
-
If no branch is specified, uses the current branch to find the stack. By default, the stack is removed from both local tracking and GitHub. Use `--local` to only remove the local tracking entry.
338
-
339
-
| Flag | Description |
340
-
|------|-------------|
341
-
|`--local`| Only delete the stack locally (keep it on GitHub) |
342
-
343
-
| Argument | Description |
344
-
|----------|-------------|
345
-
|`[branch]`| A branch in the stack to delete (defaults to the current branch) |
2.**Stack disambiguation cannot be bypassed.** If the current branch is the trunk of multiple stacks, commands error with code 6. Check out a non-shared branch first.
769
738
3.**Multiple remotes require `--remote` or config.** If more than one remote is configured, pass `--remote <name>` or set `remote.pushDefault` in git config before running `push`, `sync`, or `rebase`.
770
739
4.**Merging PRs:** Merging Stacked PRs from the CLI is not supported yet. Direct users to open the PR URL in a browser to merge PRs.
771
-
5.**Server-side stack deletion is not supported.** Use `unstack --local`.
772
-
6.**Server-side stack discovery is not supported.**`checkout` only works with locally tracked stacks.
773
-
7.**PR title and body are auto-generated.** There is no flag to set a custom PR title or body during `submit`. The title and body are generated from commit messages plus a footer. Use `gh pr edit` to modify PR title and body after creation.
740
+
5.**Server-side stack discovery is not supported.**`checkout` only works with locally tracked stacks.
741
+
6.**PR title and body are auto-generated.** There is no flag to set a custom PR title or body during `submit`. The title and body are generated from commit messages plus a footer. Use `gh pr edit` to modify PR title and body after creation.
0 commit comments