git rebase --onto remotes/git-svn
git push origin master
== Saving credentials ==
See [http://stackoverflow.com/questions/14629107/how-to-input-password-to-git-pull-command this post]
echo "machine github.com login ${GIT_USER_NAME} password SECRET" >> ~/.netrc
chmod 0600 ~/.netrc
= See also =
[[Category:git]]