tldr/pages.tr/common/git-check-ref-format.md

17 lines
539 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# git check-ref-format
> Girilen referans isminin kabul edilebilir olup olmadığını kontrol eder, ve eğer kabul edilemezse sıfır olmayan bir çıktı verir.
> Daha fazla bilgi için: <https://git-scm.com/docs/git-check-ref-format>.
- Belirtilen referans ismini biçimini kontrol et:
`git check-ref-format {{refs/head/referans_ismi}}`
- Son kontrol edilen dalın ismini göster:
`git check-ref-format --branch @{-1}`
- Bir referans ismi dosyasını normalleştir:
`git check-ref-format --normalize {{refs/head/referans_ismi}}`