Skip to content

Instantly share code, notes, and snippets.

@mrosset
Created July 21, 2010 19:50
Show Gist options
  • Save mrosset/485011 to your computer and use it in GitHub Desktop.
Save mrosset/485011 to your computer and use it in GitHub Desktop.
git clone http://conque.googlecode.com/svn/trunk/ conque
cd conque
#drop --mirror if you want to explict push branches
git remote add --mirror github git@/your/new/github/repo
git push github
#mirror process
git svn fetch
#may not have to do this. but I do have to do it with arch abs
git merge git-svn
#push
git push github
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment