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

18 lines
426 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 fsck
> Git depo indeksindeki düğümlerin geçerliliğini ve bağlantılarını doğrula.
> Düzenleme yapılması tavsiye edilmez. Geçersiz düğümleri çözmek için `git gc` komutu önerilir.
> Daha fazla bilgi için: <https://git-scm.com/docs/git-fsck>.
- Mevcut depoyu kontrol et:
`git fsck`
- Bulunan tüm etiketleri sırala:
`git fsck --tags`
- Bulunan tüm kök düğümleri sırala:
`git fsck --root`