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

18 lines
535 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 prune
> Nesne veritabanından erişilemeyen tüm nesneleri budamaya yarayan git komutu.
> Bu komut genelde doğrudan kullanılmasa da Git gc tarafından bir iç komut olarak kullanılmaktadır.
> Daha fazla bilgi: <https://git-scm.com/docs/git-prune>.
- Git prune tarafından silinebilecek nesneleri onları silmeden raporla:
`git prune --dry-run`
- Erişilemeyen nesneleri buda ve stdout'a budanan şeyleri görüntüle:
`git prune --verbose`
- Erişilemeyen nesneleri budarken ilerlemeyi göster:
`git prune --progress`