mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2025-05-02 06:46:11 -04:00
signed tags are not optional
Problem: having (Optional) here creates confusion about how important this is to contribute code Solution: Remove (Optional)
This commit is contained in:
parent
24d0784a71
commit
fd53e71983
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ your Git commits.
|
|||
commit -S
|
||||
~~~
|
||||
|
||||
3. (Optional) Create signed tags:
|
||||
3. Create signed tags:
|
||||
|
||||
~~~
|
||||
git tag -s <tag_name> -m "<tag_message>"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue