We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36388e5 commit d60a843Copy full SHA for d60a843
README.md
@@ -194,7 +194,7 @@ Say you're on a feature branch that was itself branched off of the develop branc
194
195
### Undo
196
197
-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.
198
Undo uses the reflog which is specific to commits and branches so we can't undo changes to the working tree or stash.
199
200
[More info](/docs/Undoing.md)
0 commit comments