git: template .gitconfig

This commit is contained in:
2020-07-05 11:38:49 +02:00
parent 54c6316ca9
commit 2659a1cc19
6 changed files with 100 additions and 0 deletions

View File

@ -0,0 +1,17 @@
---
git_user: your-username
git_email: your-email@example.com
git_signkey:
git_signingkey:
git_do_sign: false
git_user_home: "/home/{{ git_system_user }}"
git_system_user: "{{ git_user }}"
git_system_group: "{{ git_system_user }}"
git_gpg_program: ~
git_aliases: []
git_credentials: []