tldr/pages.tr/common/git-reflog.md

17 lines
389 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 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 {{5}}`