Update cheatsheets

This commit is contained in:
ivuorinen
2025-04-23 00:19:06 +00:00
parent 8ba6f7fc9e
commit 94c28849c9
382 changed files with 1183 additions and 1056 deletions

View File

@@ -19,15 +19,15 @@ source: https://github.com/tldr-pages/tldr.git
- Show author emails instead of names:
`git guilt --email`
`git guilt {{[-e|--email]}}`
- Ignore whitespace only changes when attributing blame:
`git guilt --ignore-whitespace`
`git guilt {{[-w|--ignore-whitespace]}}`
- Find blame delta over the last three weeks:
`git guilt 'git log --until="3 weeks ago" --format="%H" -n 1'`
`git guilt 'git log --until="3 weeks ago" --format="%H" {{[-n|--max-count]}} 1'`
- Find blame delta over the last three weeks (git 1.8.5+):