SVN 사용자를 위한 Git 가이드

원문 및 참조: https://git.wiki.kernel.org/index.php/GitSvnCrashCourse 자주 사용하는 키워드는 Git 치트키 참조. SVN과 관련없는 기능에 대한 가이드 참조. 당장 급한 사용자를 위한 가이드 svn checkout url -> git clone url svn update -> git pull svn commit -> git commit -a && git push SVN에서 Git로 옮기기 svn ckehckout url -> git svn clone -stdlayout url svn update -> git svn [...]