Skip to main content
We publish frequent updates to our documentation, and translation of this page may still be in progress. For the most current information, please visit the English documentation.

Tags signieren

Du kannst Tags lokal mit GPG oder S/MIME signieren.

Hinweis: GitHub Desktop unterstützt nur die Commitsignierung, wenn Ihr Git-Client standardmäßig zum Signieren von Commits konfiguriert ist.

  1. Um ein Tag zu signieren, füge -s deinem git tag-Befehl hinzu.
    $ git tag -s MYTAG
    # Creates a signed tag
  2. Überprüfe dein signiertes Tag, indem du git tag -v [tag-name] ausführst.
    $ git tag -v MYTAG
    # Verifies the signed tag

Weiterführende Themen