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