git-diff: update examples to show other possibilities

Show that date expression/spec can contain other items and combinations of items, or an actual timestamp.
This commit is contained in:
jitakirin
2017-11-01 07:07:23 +00:00
committed by GitHub
parent a33f630def
commit 29bae17f8c

View File

@@ -14,9 +14,9 @@
`git diff --staged` `git diff --staged`
- Show changes from all commits since a given date/time: - 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 days ago}'` `git diff 'HEAD@{3 months|weeks|days|hours|seconds ago}'`
- Show only names of changed files since a given commit: - Show only names of changed files since a given commit: