tldr/pages.uk/common/git-commits-since.md

22 lines
739 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

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