Mark git diff --check as inline code

This commit is contained in:
Jeff McCune 2012-08-03 08:17:53 -07:00
Родитель cf04e5ef35
Коммит 6f7303a5ae
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -27,7 +27,7 @@ top of things.
checkout fix/master/my_contribution`. Please avoid working directly on the
`master` branch.
* Make commits of logical units.
* Check for unnecessary whitespace with "git diff --check" before committing.
* Check for unnecessary whitespace with `git diff --check` before committing.
* Make sure your commit messages are in the proper format.
````