git-svn Tips 用git clone远端svn仓库(repo): 1$ git svn clone http://svn.example.com/project [-T trunk] [-b branches] [-t tags] 用git-svn从远端svn仓库拉取提交(commit)到本地: 1$ git svn rebase 用git-svn把本地推送到远端svn仓库: 1$ git svn dcommit 用git-svn …