git-log: clarify date format with example (#7150)

This commit is contained in:
Muhammad Falak R Wani
2021-10-31 03:32:47 +05:30
committed by GitHub
parent f012ea3e56
commit 11f811cc99
5 changed files with 10 additions and 10 deletions

View File

@@ -31,6 +31,6 @@
`git log -n {{numero}} --author={{autor}}`
- Muestra los commits entre dos fechas:
- Muestra los commits entre dos fechas (yyyy-mm-dd):
`git log --before={{fecha}} --after={{fecha}}`
`git log --before="{{2017-01-29}}" --after="{{2017-01-17}}"`