Formatted all pages according to guidelines.

This commit is contained in:
Ruben Vereecken
2016-01-07 18:31:27 +01:00
parent efa4cbd4de
commit 066582e8ea
284 changed files with 1338 additions and 1364 deletions

View File

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