git-svn: add page

waldyrious/alt-syntax
Joel Huang 2016-01-05 09:03:43 +08:00
parent 4359692109
commit 0c8ec98b75
1 changed files with 15 additions and 0 deletions

15
pages/common/git-svn.md Normal file
View File

@ -0,0 +1,15 @@
# git svn
> Bidirectional operation between a Subversion repository and Git
- clone an SVN repository
`git svn clone {{http://example.com/my_subversion_repo}} {{local_dir}}`
- update local clone from the upstream SVN repository
`git svn rebase`
- commit back to SVN repository
`git svn dcommit`