This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
coding:version_control:git-svn [2012/08/15 13:23] robm [Interacting with the local GIT archive] |
coding:version_control:git-svn [2013/08/20 22:52] (current) |
||
|---|---|---|---|
| Line 16: | Line 16: | ||
| ^ SVN ^ GIT ^ Notes ^ | ^ SVN ^ GIT ^ Notes ^ | ||
| | svn up | git rebase | Only applicable when merging to/from other local branches | | | svn up | git rebase | Only applicable when merging to/from other local branches | | ||
| - | | svn commit | git commit | | | + | | svn commit | '' |
| | svn log --limit={N} | git log -n{N} | | | | svn log --limit={N} | git log -n{N} | | | ||
| | svn blame | git blame | | | | svn blame | git blame | | | ||