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