git-*: add and update Indonesian translations (#13639)

This commit is contained in:
Reinhart Previano Koentjoro
2024-09-11 00:11:37 +07:00
committed by GitHub
parent 1843cebe68
commit 370710ebd8
15 changed files with 257 additions and 35 deletions

View File

@@ -0,0 +1,13 @@
# 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`