mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-03 20:15:31 +02:00
parent
3b1696ecb4
commit
a33f630def
1 changed files with 4 additions and 0 deletions
|
@ -14,6 +14,10 @@
|
|||
|
||||
`git diff --staged`
|
||||
|
||||
- Show changes from all commits since a given date/time:
|
||||
|
||||
`git diff 'HEAD@{3 days ago}'`
|
||||
|
||||
- Show only names of changed files since a given commit:
|
||||
|
||||
`git diff --name-only {{commit}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue