dotfiles/playbooks/roles/git/templates/gitconfig.j2

21 lines
307 B
Text
Raw Normal View History

[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>