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 Both sides next revision
coding:version_control:git-svn [2011/05/03 14:30]
robm Adding git-svn
coding:version_control:git-svn [2012/08/15 13:23]
robm [Interacting with the local GIT archive]
Line 22: Line 22:
 | svn checkout | git clone | | | svn checkout | git clone | |
 | svn cat | git show <COMMIT>:path/to/file.ext | Use ''HEAD^'' as <COMMIT> for SVN's ''PREV'' | | svn cat | git show <COMMIT>:path/to/file.ext | Use ''HEAD^'' as <COMMIT> for SVN's ''PREV'' |
 +| svn status | git status | |
 ===== Interacting with a remote GIT archive ===== ===== Interacting with a remote GIT archive =====
 ^ SVN ^ GIT ^ Notes ^ ^ SVN ^ GIT ^ Notes ^
coding/version_control/git-svn.txt · Last modified: 2013/08/20 22:52 (external edit)