tldr/pages.tr/common/git-rev-parse.md

17 lines
350 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 rev-parse
> Belirtilen sürümler için metaveri görüntüle.
> Daha fazla bilgi için: <https://git-scm.com/docs/git-rev-parse>.
- Bir dalın commit verisini göster:
`git rev-parse {{dal_ismi}}`
- Mevcut dal ismini göster:
`git rev-parse --abbrev-ref {{HEAD}}`
- Kök dizinin mutlak konumunu göster:
`git rev-parse --show-toplevel`