diff options
Diffstat (limited to 'site')
-rw-r--r-- | site/git/index.php | 3 |
1 files changed, 2 insertions, 1 deletions
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 @@ $ <b>git config --global color.diff auto</b> </p> <p> - <b>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).</b> + <b>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.</b> </p> <p> <?php echo gettext("Clone the git repository, and make your desired changes."); ?> |