1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-11-01 23:37:57 +01:00
tldr/pages/common/git-svn.md
2016-01-08 09:38:59 +01:00

306 B

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