We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6ad1423 + 04c6a78 commit 99283faCopy full SHA for 99283fa
content/authentication/managing-commit-signature-verification/signing-tags.md
@@ -22,7 +22,7 @@ topics:
22
$ git tag -s <em>mytag</em>
23
# Creates a signed tag
24
```
25
-2. Verify your signed tag it by running `git tag -v [tag-name]`.
+2. Verify your signed tag by running `git tag -v [tag-name]`.
26
```shell
27
$ git tag -v <em>mytag</em>
28
# Verifies the signed tag
0 commit comments