svn git git-svn 更新 svn update git pull git svn rebase コミット svn commit git add → git commit or git commit -a → git push <url> (gitコミット後) git svn dcommit 追加 svn add <file or dir> git add 削除 svn rm <file or dir> git rm <file> 移動 svn mv <file or dir> git mv <file> 変更取り消し svn revert <file> git checkout <file> ログ svn log git log 差分 svn diff git diff スイッチ svn switch <url> git checkout <branch> チェックアウト sv