git svn

svn with git.

1 Import

$ git svn clone --username yourname -T trunk -s https://u-prj.googlecode.com/svn

2 Develop

$ git add/rm FILE
$ git commit -a
$ git reset --hard HEAD^
$ git checkout HEAD~5 FILE

3 Update

$ git svn rebase # svn update

4 Export

$ git svn dcommint # svn commit

src

This entry was posted in Uncategorized. Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="">