Files
tldr/pages.uk/common/git-commits-since.md
2021-10-10 23:26:22 +08:00

22 lines
739 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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}}`