summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--git/gitconfig24
1 files changed, 24 insertions, 0 deletions
diff --git a/git/gitconfig b/git/gitconfig
new file mode 100644
index 0000000..5763835
--- /dev/null
+++ b/git/gitconfig
@@ -0,0 +1,24 @@
+[user]
+ name = Reiner Herrmann
+
+[color]
+ ui = auto
+
+[push]
+ default = simple
+
+[diff]
+ renames = copy
+
+[advice]
+ statusHints = false
+ resolveConflict = false
+
+[sendemail]
+ suppresscc = self
+
+[init]
+ templatedir = ~/.git_template
+
+[alias]
+ ctags = !.git/hooks/ctags