mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2024-10-01 01:25:40 -04:00
correct spelling
this addresses https://github.com/QubesOS/qubes-doc/pull/666#issuecomment-401643800
This commit is contained in:
parent
f08dea7320
commit
f570d93b1c
@ -136,7 +136,7 @@ Code Signature Checks
|
||||
---------------------
|
||||
|
||||
The [signature-checker] checks if code contributions are signed.
|
||||
Although GitHub adds a little green `Verified` button next to the commit, the [signature-checker] uses this algorithm to check if a commit is currectly signed:
|
||||
Although GitHub adds a little green `Verified` button next to the commit, the [signature-checker] uses this algorithm to check if a commit is correctly signed:
|
||||
|
||||
1. Is the commit signed?
|
||||
If the commit is not signed, you can see the message
|
||||
@ -151,7 +151,7 @@ Although GitHub adds a little green `Verified` button next to the commit, the [s
|
||||
|
||||
In this case, you have several options to sign the commit:
|
||||
|
||||
1. Amend the commit and repace it with a signed commit.
|
||||
1. Amend the commit and replace it with a signed commit.
|
||||
You can use this command to create a new signed commit:
|
||||
```
|
||||
git commit --amend -S
|
||||
|
Loading…
Reference in New Issue
Block a user