mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2024-10-01 01:25:40 -04:00
Don't hardcode my initials into your git tag alias :)
This commit is contained in:
parent
f6ee88bd49
commit
3d9c2d177b
@ -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 ###
|
||||
|
Loading…
Reference in New Issue
Block a user