Files
tldr/pages.tr/common/git-svn.md

25 lines
606 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 svn
> Bir alt sürüm deposu ve Git arasında çift yönlü operasyon.
> Daha fazla bilgi: <https://git-scm.com/docs/git-svn>.
- Bit SVN deposunu klonla:
`git svn clone {{https://ornek.com/altsürüm_deposu}} {{yerel_dizin}}`
- Bir SVN deposunu belirtilen düzenleme numarasından başlayarak klonla:
`git svn clone -r{{1234}}:HEAD {{https://svn.ornek.net/altsürüm/depo}} {{yerel_dizin}}`
- Uzak SVN deposundan yerel klonu güncelle:
`git svn rebase`
- Git HEAD'i değiştirmeden uzak SVN deposundan güncellemeleri çek:
`git svn fetch`
- SVN deposuna geri commit'le:
`git svn dcommit`