Files
tldr/pages.tr/common/git-prune.md
4G3NT 87ec0727fc pages*: add backticks to every io stream (#10442)
* pages*: add backticks to every io stream
2023-07-02 18:42:01 +05:30

18 lines
543 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 için: <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`