commit 3ddf2cc009171f068463123caa871fbb26a78e60 parent 1895c7d0c10a1d05acb198cf42d11fc666949ff2 Author: Anders Damsgaard <anders@adamsgaard.dk> Date: Thu, 16 Apr 2020 10:50:16 +0200 Disable coloring for more git commands Diffstat:
M | .gitconfig | | | 6 | +++++- |
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/.gitconfig b/.gitconfig @@ -18,7 +18,11 @@ [color] ui = false - diff = auto + branch = false + diff = false + interactive = false + status = false + log = false [push] default = simple