
| git clone | svn checkout |
| git add file git rm file git mv file |
svn add file svn rm file svn mv file |
| git commit -a | svn commit |
| git diff | svn diff |
| git status | svn status |
| git checkout | svn revert |
| git clone | svn checkout |
| git add file git rm file git mv file |
svn add file svn rm file svn mv file |
| git diff | svn diff |
| git status | svn status |
| git checkout | svn revert |