From d761b8dd8dc17a5d1a244f9be27691433e0a1fff Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Thu, 29 Oct 2015 14:23:44 -0400 Subject: git page: mention that git can use other colours --- (limited to 'site/git') diff --git a/site/git/index.php b/site/git/index.php index e767e7c..f85c79d 100644 --- a/site/git/index.php +++ b/site/git/index.php @@ -135,7 +135,8 @@ $ git config --global color.diff auto

- NOTE: the above steps for colour make git use red/green font colours for showing diffs. If you are red/green colour-blind, please ignore the above steps. The default configuration in git is no-colour (all one colour, usually the default that your terminal uses). + NOTE: the above steps for colour make git use red/green font colours for showing diffs. If you are red/green colour-blind, please ignore the above steps. The default configuration in git is no-colour (all one colour, usually the default that your terminal uses). If you are colour-blind, git can display in other colours; refer + to the git documentation.

-- cgit v0.9.1