Update cheatsheets

This commit is contained in:
ivuorinen
2025-05-06 00:19:54 +00:00
parent e452860d9b
commit 7e39fb6df5
49 changed files with 132 additions and 93 deletions

View File

@@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git
> Show total blame count for files with unstaged changes or calculate the change in blame between two revisions.
> Part of `git-extras`.
> More information: <https://github.com/tj/git-extras/blob/master/Commands.md#git-guilt>.
> More information: <https://manned.org/git-guilt>.
- Show total blame count:
@@ -27,7 +27,7 @@ source: https://github.com/tldr-pages/tldr.git
- Find blame delta over the last three weeks:
`git guilt 'git log --until="3 weeks ago" --format="%H" {{[-n|--max-count]}} 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+):