From 170150ab9dbc9dcb74e1d7d6eaacd84fea1743a5 Mon Sep 17 00:00:00 2001 From: Eric Huang Date: Mon, 13 Jul 2026 02:09:12 +0800 Subject: [PATCH] Fix hunk id of bookmark.rb --- .../docs/cli-guides/cli-tutorial/branching-and-commiting.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/cli-guides/cli-tutorial/branching-and-commiting.mdx b/content/docs/cli-guides/cli-tutorial/branching-and-commiting.mdx index 29357c4..a654db9 100644 --- a/content/docs/cli-guides/cli-tutorial/branching-and-commiting.mdx +++ b/content/docs/cli-guides/cli-tutorial/branching-and-commiting.mdx @@ -190,7 +190,7 @@ We will assign each file to a different branch and then see the result. We assig You can either stage the file identifier that you see next to each file, or all or part of the file path. For example, in this case to identify the `app/models/bookmark.rb` file, you can do either: -- `g0` +- `i0` - `app/models/bookmark.rb` So lets stage the bookmark changes to the bookmarks branch: