Special workflow, great success in moving stuff from SVN to GIT
I had this great success.
We had stuff in SVN and then we moved those to git. While I had a bunch of local commits not pushed to SVN, I went for a holiday. And when coming back, all code was in git. What to do.
- set remote to git repository
- create new branch from feature branch described here
- cherry-pick commits from git-svn l_devel branch to the new git-based branch. I used –no-commit to verify things were OK. > possibly commit
- push to master: git push git-repository git-based-branch:master