mirror of https://github.com/CrimsonTome/tldr.git
git-log: clarify date format with example (#7150)
parent
f012ea3e56
commit
11f811cc99
|
@ -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…
Reference in New Issue