diff --git a/.gitconfig b/.gitconfig index b700da0..e1b9c9e 100644 --- a/.gitconfig +++ b/.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