From b8b03e5907c239f150424cbeb9f4a41484febda7 Mon Sep 17 00:00:00 2001 From: "M. Scott Ford" Date: Mon, 9 Feb 2026 10:09:34 -0500 Subject: [PATCH] Update special ID for uncommitting from '00' to 'zz' I noticed that the special id in the paragraph did not match the earlier description that was being mentioned, and it also didn't match what was used in the cli command below. --- content/docs/cli-guides/cli-tutorial/rubbing.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/cli-guides/cli-tutorial/rubbing.mdx b/content/docs/cli-guides/cli-tutorial/rubbing.mdx index 9404cfa..88d4b97 100644 --- a/content/docs/cli-guides/cli-tutorial/rubbing.mdx +++ b/content/docs/cli-guides/cli-tutorial/rubbing.mdx @@ -86,7 +86,7 @@ You probably want to [edit the commit message](editing-commits) after this too, ## Uncommitting -Let’s say that we want to just _undo_ a commit - that is, pretend that we had not made that commit and instead put the changes back to unassigned status. In this case we would use the special `00` ID that we talked about earlier, just like unassigning changes, we can unassign commits. +Let’s say that we want to just _undo_ a commit - that is, pretend that we had not made that commit and instead put the changes back to unassigned status. In this case we would use the special `zz` ID that we talked about earlier, just like unassigning changes, we can unassign commits. So, if we’re back to this status: