mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 13:22:06 +02:00
375 B
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