Chapter 10 Migrating to Git
If you’ve been developing for long, you probably have a Subversion or CVS repository that already has your complete project history stored in it. Switching to Git doesn’t mean you have to lose all that history. In fact, Git provides several tools to make migrating easy.
In this chapter, you’ll learn how to do the following:
-
Import your history from Subversion
-
Stay in sync with a remote Subversion
-
Import your history from CVS
To help you map the Subversion and CVS commands you’re familiar with to their Git counterparts, the Subversion mapping is shown in Figure 10, Common Subversion commands in Git, and the CVS mapping is shown in Figure 11, Common CVS commands in Git.
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access