Skip to content

Commit

Permalink
Merge pull request #591 from joelhy/git-svn-common-page
Browse files Browse the repository at this point in the history
git-svn: add page
  • Loading branch information
felixonmars committed Jan 5, 2016
2 parents 15764d3 + 0c8ec98 commit 51427e6
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions pages/common/git-svn.md
Original file line number Diff line number Diff line change
@@ -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`

0 comments on commit 51427e6

Please sign in to comment.