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,9 @@
# git clear
> Bersihkan isi direktori kerja Git menuju kondisi semula (seperti disalin melalui `git clone`) pada cabang saat ini, termasuk berkas-berkas yang dikecualikan menurut daftar `.gitignore`.
> Bagian dari `git-extras`.
> Informasi lebih lanjut: <https://github.com/tj/git-extras/blob/master/Commands.md#git-clear>.
- Setel ulang seluruh isi berkas yang dilacak oleh Git, serta hapus seluruh berkas yang tak dilacak meskipun dikecualikan menurut daftar `.gitignore`:
`git clear`