Explain usage of git tag aliases

This commit is contained in:
Andrew David Wong 2016-05-24 17:37:44 -07:00
parent 3d9c2d177b
commit 5aa7b555d5
No known key found for this signature in database
GPG Key ID: 8CE137352A019A17

View File

@ -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\"" 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` 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 ### ## Importing public keys ###
Use `qubes-gpg-import-key` in the client AppVM to import the key into the Use `qubes-gpg-import-key` in the client AppVM to import the key into the