From f60b12fe64caa06290f0526e27b5d5a4d82d489e Mon Sep 17 00:00:00 2001 From: eeminionn <109454414+eeminionn@users.noreply.github.com> Date: Fri, 7 Aug 2026 22:59:28 +0000 Subject: [PATCH] fix: address issue #45404 --- .../create-pull-requests/creating-stacked-pull-requests.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/pull-requests/how-tos/create-pull-requests/creating-stacked-pull-requests.md b/content/pull-requests/how-tos/create-pull-requests/creating-stacked-pull-requests.md index d706ea764197..bc7cf980122f 100644 --- a/content/pull-requests/how-tos/create-pull-requests/creating-stacked-pull-requests.md +++ b/content/pull-requests/how-tos/create-pull-requests/creating-stacked-pull-requests.md @@ -21,7 +21,7 @@ Create stacked pull requests with the `gh stack` extension in {% data variables. 1. Initialize a stack. This creates and checks out the first branch on top of your trunk branch. ```shell copy - gh stack init auth-layer + gh stack init BRANCH-NAME ``` 1. Write code for the first layer, then stage and commit your changes.