summaryrefslogtreecommitdiffstats
path: root/gitconfig
diff options
context:
space:
mode:
Diffstat (limited to 'gitconfig')
-rw-r--r--gitconfig11
1 files changed, 10 insertions, 1 deletions
diff --git a/gitconfig b/gitconfig
index 7e01267..6251489 100644
--- a/gitconfig
+++ b/gitconfig
@@ -1,5 +1,5 @@
[user]
- email = matt@matthewlemon.com
+ email = chaffinach+git@protonmail.ch
name = Matthew Lemon
[core]
excludesfile = /home/lemon/.gitignore_global
@@ -23,5 +23,14 @@
tool = vimdiff
[difftool]
prompt = false
+[color]
+ ui = true
+ branch = true
+ diff = true
+ interactive = true
+ status = true
+ log = false
[pull]
rebase = false
+[init]
+ defaultBranch = master