Update cheatsheets

This commit is contained in:
ivuorinen
2025-09-27 00:18:09 +00:00
parent aec5fb32c3
commit b10686d1e9
20 changed files with 28 additions and 28 deletions

View File

@@ -26,7 +26,7 @@ source: https://github.com/tldr-pages/tldr.git
- Jump to the parent of a specific commit and track a specific text and 10 of its following lines:
`git blame -L '/{{text}}/',+10 {{a82812aa}}^ tldr.py`
`git blame -L '/{{text}}/',+10 {{a82812aa}}^ {{path/to/file}}`
- Print author name and commit hash information for a specific line range: