浏览代码

Mettre à jour 'README.md'

Pierre-Yves Barriat 7 年之前
父节点
当前提交
7d91df2d28
共有 1 个文件被更改,包括 3 次插入0 次删除
  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
 ```