Update cheatsheets

This commit is contained in:
ivuorinen
2025-10-23 00:19:46 +00:00
parent 0cc7cfe867
commit 058ce19122
64 changed files with 437 additions and 86 deletions

View File

@@ -32,9 +32,9 @@ source: https://github.com/tldr-pages/tldr.git
`git log {{[-i|--regexp-ignore-case]}} --grep {{search_string}}`
- Show the last N number of commits from a certain author:
- Show the last `n` number of commits from a certain author:
`git log {{[-n|--max-count]}} {{number}} --author "{{author}}"`
`git log {{[-n|--max-count]}} {{n}} --author "{{author}}"`
- Show commits between two dates (yyyy-mm-dd):