+1 vote
in Linux by
Explain how to color the Git console?

1 Answer

0 votes
by

To color the Git console, you can use the command git config—global color.ui auto. In the command, the color.ui variable sets the default value for a variable such as color.diff and color.grep.

Related questions

+1 vote
asked Feb 17, 2021 in Linux by SakshiSharma
+1 vote
asked May 11, 2021 in Linux by rajeshsharma
...