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

375 B

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