Files
tldr/pages.tr/common/git-lfs.md
2024-10-13 10:26:47 +02:00

37 lines
792 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 lfs
> Git depolarındaki büyük dosyalarla çalış.
> Daha fazla bilgi için: <https://git-lfs.com>.
- Git LFS'i başlat:
`git lfs install`
- Belirtilen topağa uygun dosyaları izle:
`git lfs track '{{*.bin}}'`
- Git LFS uç nokta URL'sini değiştir (LFS sunucusunun Git sunucusundan ayrı olması durumunda işlevseldir):
`git config {{-f|--file}} .lfsconfig lfs.url {{lfs_uç_nokta_url'si}}`
- İzlenen kalıpları sırala:
`git lfs track`
- Commit'lenmiş izlenen dosyaları sırala:
`git lfs ls-files`
- Tğm Git LFS nesnelerini uzak sunucuya gönder (hatayla karşılaşma durumunda faydalıdır):
`git lfs push --all {{uzak_depo_adresi}} {{dal_ismi}}`
- Tüm Git LFS nesnelerini çek:
`git lfs fetch`
- Tüm Git LFS nesnelerini kontrol et:
`git lfs checkout`