git-log: clarify date format with example (#7150)
This commit is contained in:

committed by
GitHub

parent
f012ea3e56
commit
11f811cc99
@@ -31,6 +31,6 @@
|
||||
|
||||
`git log -n {{numero}} --author={{autore}}`
|
||||
|
||||
- Mostra i commit effettuati tra due date:
|
||||
- Mostra i commit effettuati tra due date (yyyy-mm-dd):
|
||||
|
||||
`git log --before={{data}} --after={{data}}`
|
||||
`git log --before="{{2017-01-29}}" --after="{{2017-01-17}}"`
|
||||
|
Reference in New Issue
Block a user