git, git-*: add and improve Indonesian translation (Part 3) (#11996)
This commit is contained in:

committed by
GitHub

parent
f54e16e0de
commit
011fccf6d8
16
pages.id/common/git-check-ref-format.md
Normal file
16
pages.id/common/git-check-ref-format.md
Normal 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}}`
|
Reference in New Issue
Block a user