Skip to content

Commit 2ec33a6

Browse files
authored
Update --show-signature examples
1 parent 8b2a05b commit 2ec33a6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

practices/guides/commit-signing.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ If you have already committed and need to retrospectively sign commits, follow t
8282
$ git log --show-signature -1
8383
...
8484
gpg: Good signature from "<github_handle> <<my_email_address>>" [ultimate]
85+
Author: <github_handle> <<my_email_address>>
8586
...
8687
```
8788
@@ -187,6 +188,7 @@ If you have already committed and need to retrospectively sign commits, follow t
187188
$ git log --show-signature -1
188189
...
189190
gpg: Good signature from "<github_handle> <<my_email_address>>" [ultimate]
191+
Author: <github_handle> <<my_email_address>>
190192
...
191193
```
192194

0 commit comments

Comments
 (0)