git, git-*: add and improve Indonesian translation (Part 3) (#11996)

This commit is contained in:
Reinhart Previano Koentjoro
2024-01-06 23:18:51 +07:00
committed by GitHub
parent f54e16e0de
commit 011fccf6d8
10 changed files with 214 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
# git check-ref-format
> Cek apakah nama suatu referensi (refname) sesuai syarat, dan keluar dengan nilai status di luar angka nol jika tidak.
> Informasi lebih lanjut: <https://git-scm.com/docs/git-check-ref-format>.
- Cek kesesuaian format suatu nama referensi:
`git check-ref-format {{refs/head/refname}}`
- Cetak nama cabang yang terakhir kali diperiksa sebelum mengganti ke cabang saat ini:
`git check-ref-format --branch @{-1}`
- Lakukan normalisasi terhadap nama referensi:
`git check-ref-format --normalize {{refs/head/refname}}`