From 8698a048c2d117c76f73f444447a432e3ac700df Mon Sep 17 00:00:00 2001 From: Danielle McLean Date: Thu, 19 Apr 2018 10:31:09 +1000 Subject: [PATCH] Make some mild appearance tweaks --- config/git/config | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/config/git/config b/config/git/config index 096c4c4..c7fd796 100644 --- a/config/git/config +++ b/config/git/config @@ -12,6 +12,12 @@ st = status --short shove = "!f() { git push ${1:-origin} :; }; f" +[column] + ui = auto + +[diff] + colorMoved = true + [dude] icon = ~/.config/git-dude/icon.png @@ -27,6 +33,9 @@ [log] decorate = true +[merge] + conflictStyle = diff3 + [pretty] graph = tformat:%C(auto)%h %G? %s% gD% D @@ -37,6 +46,9 @@ [rerere] enabled = true +[status] + branch = true + [url "git@github.com:"] pushInsteadOf = https://github.com/