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

18 lines
420 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 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: <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`