Don't hardcode my initials into your git tag alias :)

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

View File

@ -207,7 +207,7 @@ conventions the Qubes OS Project recommends, you can add the following snippet
to ~/.gitconfig.
[alias]
stag = "!id=`git rev-parse --verify HEAD`; git tag -s adw_${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`
## Importing public keys ###