summaryrefslogtreecommitdiff
path: root/gitconfig
diff options
context:
space:
mode:
Diffstat (limited to 'gitconfig')
-rw-r--r--gitconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/gitconfig b/gitconfig
new file mode 100644
index 0000000..936df37
--- /dev/null
+++ b/gitconfig
@@ -0,0 +1,9 @@
+# vim: ft=gitconfig
+[user]
+ name = Johannes Ranke
+ email = jranke@uni-bremen.de
+[push]
+ default = simple
+[core]
+ excludesfile = ~/.gitignore
+ autocrlf = input

Contact - Imprint