summaryrefslogtreecommitdiffstats
path: root/gitconfig
diff options
context:
space:
mode:
authorMatthew Lemon <chaffinach+git@protonmail.ch>2022-04-16 17:22:56 +0100
committerMatthew Lemon <chaffinach+git@protonmail.ch>2022-04-16 17:22:56 +0100
commitbe04be63ce7202d86931fddee3aaddc94ef2f5ee (patch)
tree9dfff09d600260a33ed72806ef0778f603df478a /gitconfig
parent5d0ac192722f798dc3fa884cdb74296e4d4e3654 (diff)
the big apr 22 update
Diffstat (limited to '')
-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