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

25 lines
414 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 gc
> Gereksiz dosyaları silerek yerel depoyu optimize et.
> Daha fazla bilgi için: <https://git-scm.com/docs/git-gc>.
- Depoyu optimize et:
`git gc`
- Agresifçe optimiize et (daha uzun sürer):
`git gc --aggressive`
- Gevşek objeleri kesme (varsayılan olarak keser):
`git gc --no-prune`
- Tüm çıktıları sessize al:
`git gc --quiet`
- Tam kullanım için yardım göster:
`git gc --help`