Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/docs/cli-guides/cli-tutorial/rubbing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down