×

Welcome to TagMyCode

Please login or create account to add a snippet.
0
0
 
0
Language: Bash
Posted by: Massimo Zappino
Added: Jul 6, 2012 8:59 AM
Modified: Aug 11, 2017 2:35 PM
Views: 1744
  1. # assume you have your repo in "projects" directory
  2.  
  3. cd projects
  4.  
  5. svn export my_svn_export my_git_repo
  6. cd my_git_repo
  7. git init
  8. git add .
  9. git commit -s