git-commit*: add Ukrainian translation (#6847)

This commit is contained in:
burlakvo
2021-10-10 18:26:22 +03:00
committed by GitHub
parent b2f4d835ed
commit e717d057ab
4 changed files with 90 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
# git commits-since
> Виводить коміти починаючи з певного періоду часу або дати.
> Частина `git-extras`.
> Більше інформації: <https://github.com/tj/git-extras/blob/master/Commands.md#git-commits-since>.
- Виводить коміти починаючи зі вчора:
`git commits-since {{yesterday}}`
- Виводить коміти починаючи з минулого тижня:
`git commits-since {{last week}}`
- Виводить коміти починаючи з минулого місяця:
`git commits-since {{last month}}`
- Виводить коміти починаючи зі вчора з 14:00:
`git commits-since {{yesterday 2pm}}`