Merge pull request #1079 from tldr-pages/svn
git-svn: add fetch subcommand
This commit is contained in:
@@ -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`
|
||||||
|
Reference in New Issue
Block a user