automatické podpisovanie tagov aj commitov

test v1.0
Štefan Bystriansky 5 years ago
parent 25b73c0c94
commit c0faf344f5
No known key found for this signature in database
GPG Key ID: 5917ABF4BF8F3E8C
  1. 4
      .gitconfig

@ -9,3 +9,7 @@
lol = log --graph --decorate --pretty=oneline --abbrev-commit --all
hist = log --pretty=format:'%h %ad | %s%d [%an]' --graph --date=short
lg = log --graph --pretty=format:'%Cred%h%Creset - %Cgreen%cd%Creset -%C(yellow)%d%Creset %s %Cgreen(%cn)%Creset' --abbrev-commit --date=iso-strict-local
[commit]
gpgsign = true
[tag]
gpgSign = true

Loading…
Cancel
Save