From: Grant Slater Date: Sun, 17 Nov 2019 17:02:07 +0000 (+0000) Subject: Add standard gitconfig for user grant X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/c90fd2dba9acb5d89d936e882b7137587f9a8596 Add standard gitconfig for user grant --- diff --git a/cookbooks/accounts/files/default/grant/.gitconfig b/cookbooks/accounts/files/default/grant/.gitconfig new file mode 100644 index 000000000..4e9b2107c --- /dev/null +++ b/cookbooks/accounts/files/default/grant/.gitconfig @@ -0,0 +1,9 @@ +[user] + email = git@firefishy.com + name = Grant Slater +[push] + default = simple +[core] + editor = vim +[diff] + algorithm = histogram