すでに svn repo のほうでブランチが切られてるとする。
$ git svn fetch $ git co -b local_hoge remotes/hoge $ git co master $ git merge --no-ff local_hoge $ git svn dcommit
すでに svn repo のほうでブランチが切られてるとする。
$ git svn fetch $ git co -b local_hoge remotes/hoge $ git co master $ git merge --no-ff local_hoge $ git svn dcommit