mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2024-12-26 07:49:34 -05:00
Explain usage of git tag aliases
This commit is contained in:
parent
3d9c2d177b
commit
5aa7b555d5
@ -210,6 +210,10 @@ to ~/.gitconfig.
|
||||
stag = "!id=`git rev-parse --verify HEAD`; git tag -s user_${id:0:8} -m \"Tag for commit $id\""
|
||||
vtag = !git tag -v `git describe`
|
||||
|
||||
Replace `user` with your short, unique nickname. Now you can use `git stag` to
|
||||
add a signed tag to a commit and `git vtag` to verify the most recent tag that
|
||||
is reachable from a commit.
|
||||
|
||||
## Importing public keys ###
|
||||
|
||||
Use `qubes-gpg-import-key` in the client AppVM to import the key into the
|
||||
|
Loading…
Reference in New Issue
Block a user