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 [2009/08/25 13:27]
robm
coding:version_control:git-svn [2011/04/01 11:42]
robm [Interacting with a remote GIT archive]
Line 25: Line 25:
 ^ SVN ^ GIT ^ Notes ^ ^ SVN ^ GIT ^ Notes ^
 | svn up | git pull {URL} | Must provide URL. Can create URL aliases, see "REMOTES" in ''man git-pull'' | | svn up | git pull {URL} | Must provide URL. Can create URL aliases, see "REMOTES" in ''man git-pull'' |
-| svn commit | git commit | |+| svn commit | git commit && git push Commits to the *local* branch, then publishes the commit to the remote (assuming you have permission to do so) |
 | svn log --limit={N} | git log remotes/origin | Where ''origin'' is the original branch. Use ''git branch -r'' to see a list of remote branches | | svn log --limit={N} | git log remotes/origin | Where ''origin'' is the original branch. Use ''git branch -r'' to see a list of remote branches |
 | svn blame | git blame | | | svn blame | git blame | |
coding/version_control/git-svn.txt · Last modified: 2013/08/20 22:52 (external edit)