From 35fcbddc01e0fbffd615c0f5a04107d95e5d2a01 Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Thu, 29 Oct 2015 14:16:39 -0400 Subject: git page: warn redgreen colour blind people about git diff colours --- (limited to 'site') diff --git a/site/git/index.php b/site/git/index.php index 1d6f84f..e767e7c 100644 --- a/site/git/index.php +++ b/site/git/index.php @@ -135,6 +135,9 @@ $ 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). +

+

-- cgit v0.9.1