From be5236a9607c0b10afe421effdf03b83e0d5ce5c Mon Sep 17 00:00:00 2001 From: Aroy-Art Date: Sun, 1 Dec 2024 22:32:50 +0100 Subject: [PATCH] Add: coments for color options --- Configs/Git/.gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Configs/Git/.gitconfig b/Configs/Git/.gitconfig index 95936d0..6e72b83 100644 --- a/Configs/Git/.gitconfig +++ b/Configs/Git/.gitconfig @@ -2,6 +2,8 @@ pager = delta [color] + # Use colors in Git commands that are capable of colored output when + # outputting to the terminal. (This is the default setting in Git ≥ 1.8.4.) ui = auto [color "branch"]