Revision based on PR feedback
This commit is contained in:

committed by
Ricardo Corrie

parent
3701b6973f
commit
aaa8b61bd6
@@ -6,14 +6,14 @@
|
|||||||
|
|
||||||
`git svn clone {{http://example.com/my_subversion_repo}} {{local_dir}}`
|
`git svn clone {{http://example.com/my_subversion_repo}} {{local_dir}}`
|
||||||
|
|
||||||
- Fetch new revisions from remote SVN repository:
|
|
||||||
|
|
||||||
`git svn fetch`
|
|
||||||
|
|
||||||
- Update local clone from the upstream SVN repository:
|
- Update local clone from the upstream SVN repository:
|
||||||
|
|
||||||
`git svn rebase`
|
`git svn rebase`
|
||||||
|
|
||||||
|
- Fetch updates from remote SVN repository without changing the GIT HEAD:
|
||||||
|
|
||||||
|
`git svn fetch`
|
||||||
|
|
||||||
- Commit back to SVN repository:
|
- Commit back to SVN repository:
|
||||||
|
|
||||||
`git svn dcommit`
|
`git svn dcommit`
|
||||||
|
Reference in New Issue
Block a user