git

git-svn Tips

五 25 7月 2014 by Galoisplusplus / tech

  • 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 …

Read more