git-diff: update description

Replace backticks with quotes
coverage
Agniva De Sarker 2017-11-02 09:47:47 +05:30 committed by GitHub
parent 29bae17f8c
commit dbff7a26f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
`git diff --staged`
- Show changes from all commits since a given date/time (a date expression, e.g. `1 week 2 days` or an ISO date):
- Show changes from all commits since a given date/time (a date expression, e.g. "1 week 2 days" or an ISO date):
`git diff 'HEAD@{3 months|weeks|days|hours|seconds ago}'`