dotfiles/playbooks/roles/git/templates/gitconfig.j2
Matej Focko de292d018f
Add first version of playbooks and configs
Signed-off-by: Matej Focko <matej.focko@outlook.com>
2020-10-11 15:09:15 +02:00

20 lines
307 B
Django/Jinja

[commit]
gpgsign = true
[core]
editor = code --wait
excludesfile = ~/.gitignore
[diff]
tool = vscode-difftool
[difftool "vscode-difftool"]
cmd = code --wait --diff $LOCAL $REMOTE
[gpg]
program = gpg2
[user]
name = Matej Focko
email = {{ git_email }}
signingkey = <insert-key>