diff options
-rw-r--r-- | .config/git/config | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/git/config b/.config/git/config index 38d5d11..dbe51dd 100644 --- a/.config/git/config +++ b/.config/git/config @@ -22,6 +22,9 @@ [color] ui = false + diff = auto + status = auto + branch = auto [apply] whitespace = strip |