mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 00:02:07 +02:00

* common: translate additional Git subcommands to Indonesian * git-commit-tree, git-count-objects: fix Indonesian translations
21 lines
660 B
Markdown
21 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}}`
|