Skip to content

Commit 1815968

Browse files
committed
basic ui walkthrough
1 parent 3c30dae commit 1815968

22 files changed

+296
-210
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ gh stack rebase --upstack
222222
# After resolving a conflict
223223
gh stack rebase --continue
224224

225-
# Give up and restore everything
225+
# Abort rebase and restore everything
226226
gh stack rebase --abort
227227
```
228228

docs/astro.config.mjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ export default defineConfig({
5050
{
5151
label: 'Guides',
5252
items: [
53-
{ label: 'Working with Stacked PRs', slug: 'guides/using-prs' },
53+
{ label: 'Working with Stacked PRs', slug: 'guides/stacked-prs' },
54+
{ label: 'Stacked PRs in the GitHub UI', slug: 'guides/ui' },
5455
{ label: 'Typical Workflows', slug: 'guides/workflows' },
5556
],
5657
},
69.3 KB
Loading
104 KB
Loading
108 KB
Loading
108 KB
Loading
62.4 KB
Loading
165 KB
Loading
48.2 KB
Loading
82.8 KB
Loading

0 commit comments

Comments
 (0)