I have a local git repository created with git svn clone. I make a local branch, make some changes, switch back to master, git svn rebase and if it\'s
git svn clone
git svn rebase
Because you're going through svn. You're going to lose a lot of information when you do that (you also lose the author, for example).