]> git.openstreetmap.org Git - chef.git/commitdiff
Add standard gitconfig for user grant
authorGrant Slater <git@firefishy.com>
Sun, 17 Nov 2019 17:02:07 +0000 (17:02 +0000)
committerGrant Slater <git@firefishy.com>
Sun, 17 Nov 2019 17:02:07 +0000 (17:02 +0000)
cookbooks/accounts/files/default/grant/.gitconfig [new file with mode: 0644]

diff --git a/cookbooks/accounts/files/default/grant/.gitconfig b/cookbooks/accounts/files/default/grant/.gitconfig
new file mode 100644 (file)
index 0000000..4e9b210
--- /dev/null
@@ -0,0 +1,9 @@
+[user]
+       email = git@firefishy.com
+       name = Grant Slater
+[push]
+       default = simple
+[core]
+       editor = vim
+[diff]
+       algorithm = histogram