git*: update outdated pages, fix English pages (#14149)

This commit is contained in:
Sebastiaan Speck
2024-10-13 10:26:47 +02:00
committed by GitHub
parent 896e024860
commit f21fa6a211
96 changed files with 302 additions and 302 deletions

View File

@@ -9,7 +9,7 @@
- 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:
@@ -29,7 +29,7 @@
- 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):