Skip to content

Commit f65d32e

Browse files
committed
Update "Telling Git about your X.509 key" to not assume that GPG and X.509 are the only signing options
GitHub has recently introduced a third way to sign your commits alongside GPG and X.509: using an SSH key. At the moment, our copy about X.509 mentions using it "instead of GPG", which made sense when the only options were GPG or it, but now it's a bit confusing. This removes that copy.
1 parent 1633190 commit f65d32e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/reusables/gpg/x-509-key.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
## Telling Git about your X.509 key
33

4-
You can use [smimesign](https://github.com/github/smimesign) to sign commits and tags using S/MIME instead of GPG.
4+
You can use [smimesign](https://github.com/github/smimesign) to sign commits and tags using S/MIME.
55

66
{% data reusables.gpg.smime-git-version %}
77

0 commit comments

Comments
 (0)