mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 16:42:10 +02:00
git-diff: update description
Replace backticks with quotes
This commit is contained in:
parent
29bae17f8c
commit
dbff7a26f7
1 changed files with 1 additions and 1 deletions
|
@ -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}'`
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue