Quellcode durchsuchen

git-svn: add page

Joel Huang vor 9 Jahren
Ursprung
Commit
0c8ec98b75
1 geänderte Dateien mit 15 neuen und 0 gelöschten Zeilen
  1. 15 0
      pages/common/git-svn.md

+ 15 - 0
pages/common/git-svn.md

@@ -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`