1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 01:42:09 +02:00
tldr/pages.id/common/git-count.md
2024-09-10 22:41:37 +05:30

13 lines
375 B
Markdown

# git count
> Tampilkan informasi jumlah komit dalam suatu repositori.
> Bagian dari `git-extras`.
> Informasi lebih lanjut: <https://github.com/tj/git-extras/blob/master/Commands.md#git-count>.
- Tampilkan informasi jumlah komit dalam repositori saat ini:
`git count`
- Tampilkan informasi jumlah komit per kontributor serta keseluruhan jumlah komit:
`git count --all`