Subversion interface with git

I code my school a lot on Mac, but I can’t install any new programs on it because of school policies. I use SVN for all of my projects since it is pre-installed, but I would like to switch to git.

Is it possible to use Subversion next to git? Can they somehow update / pull from the same server?

+3
source share
3 answers

You are looking for git-svn . Check out this guide: Using Git with Subversion

+4
source

You can use Git as a Subversion client with a set of commands git svn. This works very well (within the limits of Subversion).

+2
source

git -svn

Git . , , .

+1

All Articles