1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.tr/common/git-svn.md
Managor ce9de4753a
*: fix style guide issues part 6 (#15792)
Co-authored-by: Darío Hereñú <magallania@gmail.com>
2025-03-07 13:14:54 +02:00

24 lines
629 B
Markdown

# git svn
> Bir alt sürüm deposu ve Git arasında çift yönlü operasyon.
> Daha fazla bilgi için: <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|--revision]}} {{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 commit`