Hinweis
GitHub Desktop unterstützt nur dann die Commit-Signatur, wenn dein Git-Client standardmäßig zum Signieren von Commits konfiguriert ist.
-
Um ein Tag zu signieren, füge
-sdeinemgit tag-Befehl hinzu.$ git tag -s MYTAG # Creates a signed tag -
Überprüfe dein signiertes Tag, indem du
git tag -v [tag-name]ausführst.$ git tag -v MYTAG # Verifies the signed tag