From 5aa7b555d5bf753cca287aa75fd16ed60d9f5b7d Mon Sep 17 00:00:00 2001 From: Andrew David Wong Date: Tue, 24 May 2016 17:37:44 -0700 Subject: [PATCH] Explain usage of git tag aliases --- security/split-gpg.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/security/split-gpg.md b/security/split-gpg.md index 4d7560f8..84f17bce 100644 --- a/security/split-gpg.md +++ b/security/split-gpg.md @@ -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