Update cheatsheets

This commit is contained in:
ivuorinen
2024-10-14 00:18:04 +00:00
parent 5f589d2ead
commit 9304a1c1bb
51 changed files with 121 additions and 54 deletions

View File

@@ -14,7 +14,7 @@ source: https://github.com/tldr-pages/tldr.git
- Show the history of a particular file or directory, including differences:
`git log {{--patch|-p|-u}} {{path/to/file_or_directory}}`
`git log {{-p|-u|--patch}} {{path/to/file_or_directory}}`
- Show an overview of which file(s) changed in each commit:
@@ -34,7 +34,7 @@ source: https://github.com/tldr-pages/tldr.git
- Show the last N number of commits from a certain author:
`git log {{--max-count|-n}} {{number}} --author "{{author}}"`
`git log {{-n|--max-count}} {{number}} --author "{{author}}"`
- Show commits between two dates (yyyy-mm-dd):