入门请看:猴子都能看懂的GIT入门 git可以当成svn工具来用的,如果安装了git却需要访问svn,可以使用如下命令:
git svn clone svn代码地址 Project
git svn rebase
git svn dcommit