mirror of https://github.com/CrimsonTome/tldr.git
22 lines
660 B
Markdown
22 lines
660 B
Markdown
# git commits-since
|
|
|
|
> Tampilkan daftar komit sejak waktu atau tanggal tertentu.
|
|
> Bagian dari `git-extras`.
|
|
> Informasi lebih lanjut: <https://github.com/tj/git-extras/blob/master/Commands.md#git-commits-since>.
|
|
|
|
- Tampilkan daftar komit yang dibentuk sejak kemarin (yesterday):
|
|
|
|
`git commits-since {{yesterday}}`
|
|
|
|
- Tampilkan daftar komit yang dibentuk sejak minggu lalu (last week):
|
|
|
|
`git commits-since {{last week}}`
|
|
|
|
- Tampilkan daftar komit yang dibentuk sejak bulan lalu (last month):
|
|
|
|
`git commits-since {{last month}}`
|
|
|
|
- Tampilkan daftar komit yang dibentuk sejak kemarin (yesterday), pada pukul 2 siang (2pm):
|
|
|
|
`git commits-since {{yesterday 2pm}}`
|