mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-02 05:17:58 +01:00
Merge pull request #591 from joelhy/git-svn-common-page
git-svn: add page
This commit is contained in:
commit
51427e6608
1 changed files with 15 additions and 0 deletions
15
pages/common/git-svn.md
Normal file
15
pages/common/git-svn.md
Normal 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`
|
Loading…
Reference in a new issue