fix: default pr create next to merge

This commit is contained in:
Codex
2026-06-26 07:14:14 +00:00
parent 5fa5708fe1
commit cfd4f623af
2 changed files with 6 additions and 1 deletions
+2
View File
@@ -276,6 +276,8 @@ PR 正文
EOF
```
`pr create` 成功后的 Next 默认提示使用 `gh pr merge ... --merge --delete-branch`。只有确认不需要保留 ancestry 或 merge parent history 时,才显式改用 `--squash`
### 合并
```bash