Migrate to Git

If you’ve been using a version control system such as CVS or Subversion and want to migrate to Git, you can use the Git commands in the Git command-line interface to do so:

To migrate from ... Use this command:

CVS

git-cvsimport

For more information, see http://git-scm.com/docs/git-cvsimport.

Subversion (SVN)

git svn

For more information, see http://git-scm.com/docs/git-svn.

Other version control systems

See the Git Book at http://git-scm.com/book/es/v2/Git-and-Other-Systems-Migrating-to-Git.