Mid Version Control

Explain how you’d migrate from SVN or Mercurial to Git.?

Migrating involves preserving history, branches, and tags.

Steps (SVN example):

Install Git SVN:

git svn clone

  • -trunk=trunk
  • -branches=branches --tags=tags

More from Developer Essentials

All questions for this course