mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-15 00:48:39 +00:00
Update cheatsheets
This commit is contained in:
@@ -24,9 +24,9 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
`git diff 'HEAD@{3 months|weeks|days|hours|seconds ago}'`
|
||||
|
||||
- Show only names of changed files since a given commit:
|
||||
- Show diff statistics, like files changed, histogram, and total line insertions/deletions:
|
||||
|
||||
`git diff --name-only {{commit}}`
|
||||
`git diff --stat {{commit}}`
|
||||
|
||||
- Output a summary of file creations, renames and mode changes since a given commit:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user