Files
tldr/pages.tr/common/git-show-ref.md
2022-10-31 06:52:35 -03:00

21 lines
410 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# git show-ref
> Referans sıralamak için git komutu.
> Daha fazla bilgi için: <https://git-scm.com/docs/git-show-ref>.
- Depodaki tüm referansları göster:
`git show-ref`
- Yalnızca kafa referanslarını göster:
`git show-ref --heads`
- Yalnızca etiket referanslarını göster:
`git show-ref --tags`
- Belirtilen referansın varolduğunu doğrula:
`git show-ref --verify {{referans/konumu}}`