Files
tldr/pages.tr/common/git-reflog.md
2024-10-13 10:26:47 +02:00

17 lines
401 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 reflog
> HEAD, dal ve etiketler gibi yerel referansların geçirdiği değişimlerin kaydını göster.
> Daha fazla bilgi için: <https://git-scm.com/docs/git-reflog>.
- HEAD için referans kaydını göster:
`git reflog`
- Belirtilen dal için referans kaydını göster:
`git reflog {{dal_ismi}}`
- Referans kaydında sadece son 5 değişimi göster:
`git reflog {{-n|--max-count}} 5`