I have a project that I want to push to GitHub and our internal SVN server. I have seen many references to using git-svn, but that appears to be using git commands to push to SVN and only to one server. I want to push the changes to our internal SVN server and to GitHub. Is this possible? How would I set it up considering that the project is currently setup with GitHub?
Share
I added
.gitignoreand.gittosvn:ignoreand.svnto.gitignore. I can commit changes to a svn repository and the same project to a GitHub repository.