mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 01:02:09 +02:00
git-log: clarify date format with example (#7150)
This commit is contained in:
parent
f012ea3e56
commit
11f811cc99
5 changed files with 10 additions and 10 deletions
|
@ -31,6 +31,6 @@
|
|||
|
||||
`git log -n {{anzahl}} --author={{autor}}`
|
||||
|
||||
- Zeige alle Commits zwischen zwei Zeitpunkten an:
|
||||
- Zeige alle Commits zwischen zwei Zeitpunkten an (yyyy-mm-dd):
|
||||
|
||||
`git log --before={{datum}} --after={{datum}}`
|
||||
`git log --before="{{2017-01-29}}" --after="{{2017-01-17}}"`
|
||||
|
|
|
@ -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}}"`
|
||||
|
|
|
@ -31,6 +31,6 @@
|
|||
|
||||
`git log -n {{number}} --author={{author}}`
|
||||
|
||||
- Afficher les commits entre deux dates :
|
||||
- Afficher les commits entre deux dates (yyyy-mm-dd):
|
||||
|
||||
`git log --before={{date}} --after={{date}}`
|
||||
`git log --before="{{2017-01-29}}" --after="{{2017-01-17}}"`
|
||||
|
|
|
@ -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}}"`
|
||||
|
|
|
@ -31,6 +31,6 @@
|
|||
|
||||
`git log -n {{number}} --author={{author}}`
|
||||
|
||||
- Show commits between two dates:
|
||||
- Show commits between two dates (yyyy-mm-dd):
|
||||
|
||||
`git log --before={{date}} --after={{date}}`
|
||||
`git log --before="{{2017-01-29}}" --after="{{2017-01-17}}"`
|
||||
|
|
Loading…
Add table
Reference in a new issue