Skip to content

Commit 2310ca1

Browse files
authored
highlight commit signing callout
1 parent 4b6bdda commit 2310ca1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docs/src/content/docs/guides/workflows.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,9 @@ You can rebase stack branches from either the CLI or the GitHub web UI, but they
174174
| **Commit signing** | Commits are signed with your local Git committer config (GPG/SSH signing, if configured) | Commits retain the original author but the committer is set to whoever clicked the button — commits are **not** signed |
175175
| **Conflict resolution** | Interactive — you resolve conflicts in your editor, then `gh stack rebase --continue` | Not available if there are conflicts — you must rebase locally |
176176

177+
:::note
177178
If commit signing matters for your project (e.g., branch protection rules require signed commits), use the CLI for rebases.
179+
:::
178180

179181
### Resolving conflicts
180182

0 commit comments

Comments
 (0)