Tag: git-svn
git svn clone {SVNで使っているプロジェクトのURL}
git svn clone -r HEAD {SVNで使っているプロジェクトのURL}
git svn show-ignore >> .git/info/exclude
git svn show-ignore > .gitignore
git svn create-ignore
git svn rebase
git svn dcommit
git svn info