summaryrefslogtreecommitdiffstats
path: root/.gitconfig
diff options
context:
space:
mode:
Diffstat (limited to '.gitconfig')
-rw-r--r--.gitconfig21
1 files changed, 4 insertions, 17 deletions
diff --git a/.gitconfig b/.gitconfig
index c50e992..07f45aa 100644
--- a/.gitconfig
+++ b/.gitconfig
@@ -1,20 +1,7 @@
-[color]
- branch = auto
- diff = auto
- status = auto
-[color "branch"]
- current = yellow reverse
- local = yellow
- remote = green
-[color "diff"]
- meta = yellow bold
- frag = magenta bold
- old = red bold
- new = green bold
-[color "status"]
- added = yellow
- changed = green
- untracked = cyan
+[push]
+ default = matching
[user]
name = bnewbold
email = bnewbold@robocracy.org
+[color]
+ ui = true