Skip to content

Commit

Permalink
Update README to add backticks to key
Browse files Browse the repository at this point in the history
Missed a spot when I originally wrote this
  • Loading branch information
jesseduffield committed Jan 13, 2024
1 parent a0b6309 commit 23a9893
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,9 @@ Press space on the selected line to stage it, or press `v` to start selecting a

### Interactive Rebase

Press `e` on a commit to start an interactive rebase on it: causing all above commits to become part of the TODO file. Then squash (`s`), fixup (`f`), drop (`d`), edit (`e`), move up (ctrl+i) or move down (ctrl+j) any of TODO commits, before continuing the rebase by bringing up the rebase options menu with `m` and then selecting `continue`. You can also perform any these actions as a once-off (e.g. pressing `s` on a commit to squash it) without explicitly starting a rebase.
Press `e` on a commit to start an interactive rebase on it: causing all above commits to become part of the TODO file. Then squash (`s`), fixup (`f`), drop (`d`), edit (`e`), move up (`ctrl+i`) or move down (`ctrl+j`) any of TODO commits, before continuing the rebase by bringing up the rebase options menu with `m` and then selecting `continue`.

You can also perform any these actions as a once-off (e.g. pressing `s` on a commit to squash it) without explicitly starting a rebase.

![interactive_rebase](../assets/demo/interactive_rebase-compressed.gif)

Expand Down

0 comments on commit 23a9893

Please sign in to comment.