Skip to content

Commit 0b8de8a

Browse files
committed
including save instruction for vi
1 parent dd86806 commit 0b8de8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

practices/guides/retrospective-commit-signing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Please take the time to understand the commands that you are using, this is just
4141

4242
![Interactive rebase after selecting commits](../../images/interactive-rebase-after-selecting-commits.png)
4343

44-
Save the changes by pressing `Ctrl+X`, then press `Enter` to confirm.
44+
If you are using `Nano`, save the changes with `Ctrl+X` and confirm with `Enter`. For `Vi`, exit with `:wq` to save and quit.
4545

4646
6. **Amend the commit to include a signature**
4747
For each commit you flagged as `edit`, run the following commands:

0 commit comments

Comments
 (0)