Files
tldr/pages.tr/common/git-annex.md
2023-08-09 19:32:38 +05:30

29 lines
563 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 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`