mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 01:42:09 +02:00
13 lines
375 B
Markdown
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`
|