User Tools

Site Tools


coding:version_control:git-svn

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

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 | ''git add'', followed by ''git 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 | |
coding/version_control/git-svn.txt · Last modified: 2013/08/20 22:52 (external edit)