Meta
Categories
Tag Archives: git
Git Example: Migrate Files from SVN to Git
# Export project from SVN into a local directory, e.g. /c/stage/svn # Create a new git repo, e.g. myproj.git cd /c/vc git init –bare myproj.git # Now clone the newly created repo in a work directory, e.g. /c/work … Continue reading