Source Control Management With Git/Interoperation

From Wikibooks, the open-content textbooks collection

Jump to: navigation, search

Git is a great version control system, but it is not the only one. Many projects still use version control systems that predate git or alternate DSCMs. Thankfully, you can still use git to participate in many of these projects, thanks to programs like git-svn, git-cvsimport, etc.