Nicco Kunzmann 2018-06-26 10:24:18 +02:00
parent 090d617e91
commit 5e1731c7ea
No known key found for this signature in database
GPG Key ID: 9BBAB2DEB1488C99

View File

@ -104,7 +104,13 @@ your Git commits.
commit -S
~~~
3. (Optional) Create signed tags:
3. (Optional) Create signed tags.
Signed commits are totally sufficient to contribute to Qubes OS.
However, if you have commits which are not signed and you do not want to change them,
you can create a signed tag for the commit and push it before the check.
This is useful for example, if you have a commit back in the git history which
you like to sign now without rewriting the history.
~~~
git tag -s <tag_name> -m "<tag_message>"