[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Savannah-cvs] [163] Howto disable git ui colors
From: |
Bob Proulx |
Subject: |
[Savannah-cvs] [163] Howto disable git ui colors |
Date: |
Sun, 28 Jun 2015 21:14:18 +0000 |
Revision: 163
http://svn.sv.gnu.org/viewvc/?view=rev&root=administration&revision=163
Author: rwp
Date: 2015-06-28 21:14:13 +0000 (Sun, 28 Jun 2015)
Log Message:
-----------
Howto disable git ui colors
Modified Paths:
--------------
trunk/sviki/UsingGit.mdwn
Modified: trunk/sviki/UsingGit.mdwn
===================================================================
--- trunk/sviki/UsingGit.mdwn 2015-06-28 21:13:59 UTC (rev 162)
+++ trunk/sviki/UsingGit.mdwn 2015-06-28 21:14:13 UTC (rev 163)
@@ -58,6 +58,10 @@
git config --global color.status auto
git config --global color.branch auto
+Disabling colors [defaults on in later git versions] (optional):
+
+ git config --global color.ui false
+
Developer basic commands
------------------------
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Savannah-cvs] [163] Howto disable git ui colors,
Bob Proulx <=