diff --git a/playbooks/roles/git/templates/gitconfig.j2 b/playbooks/roles/git/templates/gitconfig.j2 index 9fb16b3..f5c044b 100644 --- a/playbooks/roles/git/templates/gitconfig.j2 +++ b/playbooks/roles/git/templates/gitconfig.j2 @@ -1,5 +1,6 @@ [alias] scommit = commit --signoff + graph = log --oneline --decorate --graph --all [commit] gpgsign = true @@ -26,6 +27,9 @@ [rebase] autoStash = true +[tag] + gpgSign = true + [user] name = Matej Focko email = {{ git_email }}