mirror of https://github.com/CrimsonTome/tldr.git
commit
c73c797594
|
@ -6,10 +6,14 @@
|
||||||
|
|
||||||
`git svn clone {{http://example.com/my_subversion_repo}} {{local_dir}}`
|
`git svn clone {{http://example.com/my_subversion_repo}} {{local_dir}}`
|
||||||
|
|
||||||
- Update local clone from the upstream SVN repository:
|
- Update local clone from the remote SVN repository:
|
||||||
|
|
||||||
`git svn rebase`
|
`git svn rebase`
|
||||||
|
|
||||||
|
- Fetch updates from the 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`
|
||||||
|
|
Loading…
Reference in New Issue