提交 0781ba11 authored 作者: Frederic's avatar Frederic

Added in the doc how to have code in git diff

上级 8f23c938
...@@ -186,6 +186,22 @@ Once you have such a branch, in order to update it, do: ...@@ -186,6 +186,22 @@ Once you have such a branch, in order to update it, do:
Keep in mind that this branch should be "read-only": if you want to patch Keep in mind that this branch should be "read-only": if you want to patch
Theano, do it in another branch like described above. Theano, do it in another branch like described above.
Optional
--------
You can instruc git to do color diff. For this, you need to add those line in the file ~/.gitconfig
.. code-block:: bash
[diff]
color = auto
[color]
branch = auto
diff = auto
interactive = auto
status = auto
Nightly test Nightly test
------------ ------------
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论