diff options
Diffstat (limited to 'site/git')
-rw-r--r-- | site/git/index.php | 3 |
1 files changed, 3 insertions, 0 deletions
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 @@ $ <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> + </p> + <p> <?php echo gettext("Clone the git repository, and make your desired changes."); ?> <?php echo gettext("You can make one or several commits (as many as you like)."); ?> <?php echo gettext("Generally speaking, you should create separate commits on top of each other, for each kind of change."); ?> |