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

29 lines
563 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 annex
> Git ile dosyaları, dosyaların içeriğine bakmadan yönet.
> Daha fazla bilgi için: <https://git-annex.branchable.com>.
- Git annex ile bir depo başlat:
`git annex init`
- Bir dosya ekle:
`git annex add {{örnek/dosya_veya_dizin}}`
- Bir dosya veya dizinin şu anki durumunu göster:
`git annex status {{örnek/dosya_veya_dizin}}`
- Yerel bir depoyu, uzaktaki bir depo ile senkronize et:
`git annex {{uzak_bağlantı}}`
- Bir dosya veya dizin al:
`git annex get {{örnek/dosya_veya_dizin}}`
- Yardım görüntüle:
`git annex help`