Browse Source

Mettre à jour 'README.md'

Pierre-Yves Barriat 7 years ago
parent
commit
7d91df2d28
1 changed files with 3 additions and 0 deletions
  1. 3 0
      README.md

+ 3 - 0
README.md

@@ -23,6 +23,9 @@ For instance:
 git config --global user.name "My name"
 git config --global user.email "my_mail@uclouvain.be"
 git config --global color.ui auto
+git config --global color.diff auto
+git config --global color.status auto
+git config --global color.branch auto
 git config --global core.editor "vim"
 git config --global push.default simple
 ```