mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-09 21:58:01 +00:00
Update cheatsheets
This commit is contained in:
@@ -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+):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user