diff options
Diffstat (limited to 'roles/publish/templates/git-config')
-rw-r--r-- | roles/publish/templates/git-config | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/roles/publish/templates/git-config b/roles/publish/templates/git-config new file mode 100644 index 0000000..e03358d --- /dev/null +++ b/roles/publish/templates/git-config @@ -0,0 +1,8 @@ +# {{ ansible_managed }} +# This is Git's per-user configuration file. +[user] +# Please adapt and uncomment the following lines: + name = {{ emacsconf_name }} + email = {{ emacsconf_email }} +[push] + default = simple |