If not everyone is comfortable with the move, you can consider having a SVN server and ask whoever wants to use git to use git-svn. Git has a very steep learning curve. So even people who are excited about using Git, might have problems using it and in a project, it can kill your productivity. It is better to have everyone learn git via git-svn, since there is an alternative way to work - through SVN - if needed. If people are experienced with git, the move might be very fruitful. Otherwise, there might be lots of short to medium term problems. I have faced this, and am telling my experience.
Otherwise, TortoiseGit on Windows should be familiar to people using TortoiseSVN. Also, you can alias some of the commands in git from similar SVN commands, so that they seem to do similar things. Like svn revert is not same as git revert, but git reset --hard is kind of equivalent. It is hard to find equivalents most of the time, but you can for a few of them