From d60a843c2392d497aaaffd6bc5d061e8346932c7 Mon Sep 17 00:00:00 2001 From: Daniel Jonsson Date: Wed, 2 Jul 2025 14:53:05 +0200 Subject: [PATCH] Fix formatting of a keyboard shortcut in the README.md This will format the `z` keyboard shortcut reference in this text in the same way as all other keyboard shortcuts in the README.md file. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 92d6959ca..fd75b35af 100644 --- a/README.md +++ b/README.md @@ -194,7 +194,7 @@ Say you're on a feature branch that was itself branched off of the develop branc ### Undo -You can undo the last action by pressing 'z' and redo with `ctrl+z`. Here we drop a couple of commits and then undo the actions. +You can undo the last action by pressing `z` and redo with `ctrl+z`. Here we drop a couple of commits and then undo the actions. Undo uses the reflog which is specific to commits and branches so we can't undo changes to the working tree or stash. [More info](/docs/Undoing.md)