Checking out the SVN tree within GIT
$ mkdir git-svn-project
$ cd git-svn-project
$ git svn init https://svn.server.url/repos/svn-project
$ git svn fetch
Staying up-to-date with upstream SVN commits
$ git svn rebase
Commiting back to SVN
$ git commit -a
$ git svn dcommit
No comments:
Post a Comment